Major update to cherokee-1.0.5.

successfully tested by Fernando Quintero (maintainer)
This commit is contained in:
ajacoutot 2010-07-12 06:22:45 +00:00
parent d4cb11e9d4
commit 57759e0092
8 changed files with 449 additions and 310 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/03/22 01:18:26 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2010/07/12 06:22:45 ajacoutot Exp $
SHARED_ONLY= Yes
@ -8,11 +8,11 @@ COMMENT-ldap = LDAP module for Cherokee web server
COMMENT-mysql = MySQL module for Cherokee web server
COMMENT-streaming = Streaming module for Cherokee web server
DIR = 0.99
VERSION = ${DIR}.39
DIR = 1.0
VERSION = ${DIR}.5
DISTNAME = cherokee-${VERSION}
PKGNAME-main = ${DISTNAME}p0
PKGNAME-main = ${DISTNAME}
PKGNAME-ldap = cherokee-ldap-${VERSION}
PKGNAME-mysql = cherokee-mysql-${VERSION}
PKGNAME-geoip = cherokee-geoip-${VERSION}

View File

@ -1,5 +1,5 @@
MD5 (cherokee-0.99.39.tar.gz) = LpaUJo7aOHSJsQsuI34pGg==
RMD160 (cherokee-0.99.39.tar.gz) = nMjKWmhooWLk8Qep8ITKD+dFQuQ=
SHA1 (cherokee-0.99.39.tar.gz) = 2eiJFtntBseP3gVg0FD3cGmB+p0=
SHA256 (cherokee-0.99.39.tar.gz) = qAYUfU6T2xPWW4U7fkSG5JroiTVzUDFC0R7+vIJv1P0=
SIZE (cherokee-0.99.39.tar.gz) = 4821995
MD5 (cherokee-1.0.5.tar.gz) = KCYcd/AYGZTnw3Ku039eow==
RMD160 (cherokee-1.0.5.tar.gz) = AOZKY9hhg4xt+DuGziWlGPMzG7s=
SHA1 (cherokee-1.0.5.tar.gz) = YZApdPg5rbsEWcTfcJtNV/CLesI=
SHA256 (cherokee-1.0.5.tar.gz) = zfFdmkQgQWfSA9zV5X5E7XEUw0vq82Pttm1kGbSteeA=
SIZE (cherokee-1.0.5.tar.gz) = 5364282

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.1 2010/01/13 08:47:57 ajacoutot Exp $
--- Makefile.in.orig Tue Dec 29 12:40:39 2009
+++ Makefile.in Tue Jan 12 11:04:06 2010
@@ -1048,10 +1048,6 @@ uninstall-local-config:
$OpenBSD: patch-Makefile_in,v 1.2 2010/07/12 06:22:45 ajacoutot Exp $
--- Makefile.in.orig Tue Jul 6 19:30:31 2010
+++ Makefile.in Thu Jul 8 14:27:45 2010
@@ -1054,10 +1054,6 @@ uninstall-local-config:
fi
install-data-local: $(CONFS) install-data-local-config
@ -12,7 +12,7 @@ $OpenBSD: patch-Makefile_in,v 1.1 2010/01/13 08:47:57 ajacoutot Exp $
@$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)
@$(mkinstalldirs) $(DESTDIR)$(cherokeeadmindir)
@if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf ; then \
@@ -1069,7 +1065,6 @@ install-data-local: $(CONFS) install-data-local-config
@@ -1075,7 +1071,6 @@ install-data-local: $(CONFS) install-data-local-config
@if test -d $(DESTDIR)$(sysconfdir)/pam.d && test ! -d $(DESTDIR)$(sysconfdir)/pam.d/cherokee ; then \
$(INSTALL_DATA) $(top_srcdir)/pam.d_cherokee $(DESTDIR)$(sysconfdir)/pam.d/cherokee; \
fi

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-admin_configured_py_pre,v 1.1 2010/01/13 08:47:57 ajacoutot Exp $
--- admin/configured.py.pre.orig Tue Jan 12 10:52:14 2010
+++ admin/configured.py.pre Tue Jan 12 10:52:25 2010
@@ -21,5 +21,5 @@ CHEROKEE_DATADIR = join (DATADIR, "cherokee")
CHEROKEE_DEPSDIR = join (DATADIR, "cherokee/deps")
$OpenBSD: patch-admin_configured_py_pre,v 1.2 2010/07/12 06:22:45 ajacoutot Exp $
--- admin/configured.py.pre.orig Fri Apr 30 13:52:49 2010
+++ admin/configured.py.pre Thu Jul 8 14:27:45 2010
@@ -22,5 +22,5 @@ CHEROKEE_DEPSDIR = join (DATADIR, "cherokee/deps")
CHEROKEE_CONFDIR = join (SYSCONFDIR, "cherokee")
CHEROKEE_VAR_LOG = join (LOCALSTATE, "log")
CHEROKEE_VAR_RUN = join (LOCALSTATE, "run")
-CHEROKEE_RRD_DIR = join (LOCALSTATE, "lib/cherokee/graphs")
-CHEROKEE_GRAPHS_DIR = join (LOCALSTATE, "lib/cherokee/graphs/images")

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-cherokee_Makefile_in,v 1.6 2010/01/13 08:47:57 ajacoutot Exp $
--- cherokee/Makefile.in.orig Tue Jan 12 10:22:09 2010
+++ cherokee/Makefile.in Tue Jan 12 10:24:05 2010
@@ -1385,7 +1385,8 @@ $(common_ldflags) \
$OpenBSD: patch-cherokee_Makefile_in,v 1.7 2010/07/12 06:22:45 ajacoutot Exp $
--- cherokee/Makefile.in.orig Tue Jul 6 19:30:29 2010
+++ cherokee/Makefile.in Thu Jul 8 14:27:45 2010
@@ -1399,7 +1399,8 @@ $(common_ldflags) \
-module \
-avoid-version \
-export-dynamic \

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.7 2010/01/13 08:47:57 ajacoutot Exp $
--- configure.orig Tue Jan 12 10:27:34 2010
+++ configure Tue Jan 12 10:28:23 2010
@@ -16613,13 +16613,13 @@ $as_echo "no" >&6; }
$OpenBSD: patch-configure,v 1.8 2010/07/12 06:22:45 ajacoutot Exp $
--- configure.orig Tue Jul 6 19:30:31 2010
+++ configure Thu Jul 8 14:27:45 2010
@@ -16759,13 +16759,13 @@ $as_echo "no" >&6; }
esac
if test "$have_pthread" != "yes"; then
@ -18,7 +18,7 @@ $OpenBSD: patch-configure,v 1.7 2010/01/13 08:47:57 ajacoutot Exp $
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -16650,7 +16650,7 @@ else
@@ -16796,7 +16796,7 @@ else
fi
if test "$have_pthread" = "yes"; then
@ -27,7 +27,7 @@ $OpenBSD: patch-configure,v 1.7 2010/01/13 08:47:57 ajacoutot Exp $
fi
fi
@@ -20249,7 +20249,7 @@ if test "${ac_cv_lib_avformat_main+set}" = set; then :
@@ -20396,7 +20396,7 @@ if test "${ac_cv_lib_avformat_main+set}" = set; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-contrib_Makefile_in,v 1.5 2010/01/13 08:47:57 ajacoutot Exp $
$OpenBSD: patch-contrib_Makefile_in,v 1.6 2010/07/12 06:22:45 ajacoutot Exp $
remove gratuitous GNUism, allows building with /usr/bin/make
--- contrib/Makefile.in.orig Tue Jan 12 10:28:34 2010
+++ contrib/Makefile.in Tue Jan 12 10:28:59 2010
@@ -421,7 +421,7 @@ uninstall-am:
--- contrib/Makefile.in.orig Tue Jul 6 19:30:29 2010
+++ contrib/Makefile.in Thu Jul 8 14:27:45 2010
@@ -420,7 +420,7 @@ uninstall-am:
cherokee: cherokee.pre

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.9 2010/03/22 01:18:26 sthen Exp $
@comment $OpenBSD: PLIST-main,v 1.10 2010/07/12 06:22:45 ajacoutot Exp $
@newgroup _cherokee:608
@newuser _cherokee:608:_cherokee:daemon:Cherokee HTTP Server:/var/empty:/sbin/nologin
@bin bin/cget
@ -84,8 +84,6 @@ lib/cherokee/libplugin_evhost.so
lib/cherokee/libplugin_exists.so
@comment lib/cherokee/libplugin_extensions.la
lib/cherokee/libplugin_extensions.so
@comment lib/cherokee/libplugin_fastcgi.la
lib/cherokee/libplugin_fastcgi.so
@comment lib/cherokee/libplugin_fcgi.la
lib/cherokee/libplugin_fcgi.so
@comment lib/cherokee/libplugin_file.la
@ -115,7 +113,11 @@ lib/cherokee/libplugin_not.so
@comment lib/cherokee/libplugin_or.la
lib/cherokee/libplugin_or.so
@comment lib/cherokee/libplugin_plain.la
@comment lib/cherokee/libplugin_plain.so
lib/cherokee/libplugin_plain.so
@comment lib/cherokee/libplugin_post_report.la
lib/cherokee/libplugin_post_report.so
@comment lib/cherokee/libplugin_post_track.la
lib/cherokee/libplugin_post_track.so
@comment lib/cherokee/libplugin_proxy.la
lib/cherokee/libplugin_proxy.so
@comment lib/cherokee/libplugin_redir.la
@ -140,19 +142,21 @@ lib/cherokee/libplugin_server_info.so
lib/cherokee/libplugin_ssi.so
@comment lib/cherokee/libplugin_target_ip.la
lib/cherokee/libplugin_target_ip.so
@comment lib/cherokee/libplugin_tls.la
lib/cherokee/libplugin_tls.so
@comment lib/cherokee/libplugin_url_arg.la
lib/cherokee/libplugin_url_arg.so
@comment lib/cherokee/libplugin_uwsgi.la
lib/cherokee/libplugin_uwsgi.so
@comment lib/cherokee/libplugin_wildcard.la
lib/cherokee/libplugin_wildcard.so
@comment lib/libcherokee-base.la
lib/libcherokee-base.la
@lib lib/libcherokee-base.so.${LIBcherokee-base_VERSION}
@comment lib/libcherokee-client.la
lib/libcherokee-client.la
@lib lib/libcherokee-client.so.${LIBcherokee-client_VERSION}
@comment lib/libcherokee-config.la
lib/libcherokee-config.la
@lib lib/libcherokee-config.so.${LIBcherokee-config_VERSION}
@comment lib/libcherokee-server.la
lib/libcherokee-server.la
@lib lib/libcherokee-server.so.${LIBcherokee-server_VERSION}
lib/pkgconfig/cherokee.pc
@man man/man1/cget.1
@ -168,254 +172,341 @@ share/aclocal/
share/aclocal/cherokee.m4
share/cherokee/
share/cherokee/admin/
share/cherokee/admin/CherokeeManagement.py
share/cherokee/admin/CherokeeManagement.pyc
share/cherokee/admin/Entry.py
share/cherokee/admin/Entry.pyc
share/cherokee/admin/Form.py
share/cherokee/admin/Form.pyc
share/cherokee/admin/GraphManager.py
share/cherokee/admin/GraphManager.pyc
share/cherokee/admin/Module.py
share/cherokee/admin/Module.pyc
share/cherokee/admin/ModuleAdmin.py
share/cherokee/admin/ModuleAdmin.pyc
share/cherokee/admin/ModuleAuth.py
share/cherokee/admin/ModuleAuth.pyc
share/cherokee/admin/ModuleAuthlist.py
share/cherokee/admin/ModuleAuthlist.pyc
share/cherokee/admin/ModuleBalancer.py
share/cherokee/admin/ModuleBalancer.pyc
share/cherokee/admin/ModuleBind.py
share/cherokee/admin/ModuleBind.pyc
share/cherokee/admin/ModuleCgi.py
share/cherokee/admin/ModuleCgi.pyc
share/cherokee/admin/ModuleCommon.py
share/cherokee/admin/ModuleCommon.pyc
share/cherokee/admin/ModuleCustomError.py
share/cherokee/admin/ModuleCustomError.pyc
share/cherokee/admin/ModuleDbslayer.py
share/cherokee/admin/ModuleDbslayer.pyc
share/cherokee/admin/ModuleDefault.py
share/cherokee/admin/ModuleDefault.pyc
share/cherokee/admin/ModuleDirectory.py
share/cherokee/admin/ModuleDirectory.pyc
share/cherokee/admin/ModuleDirlist.py
share/cherokee/admin/ModuleDirlist.pyc
share/cherokee/admin/ModuleEmptyGif.py
share/cherokee/admin/ModuleEmptyGif.pyc
share/cherokee/admin/ModuleErrorNn.py
share/cherokee/admin/ModuleErrorNn.pyc
share/cherokee/admin/ModuleErrorRedir.py
share/cherokee/admin/ModuleErrorRedir.pyc
share/cherokee/admin/ModuleEvhost.py
share/cherokee/admin/ModuleEvhost.pyc
share/cherokee/admin/ModuleExists.py
share/cherokee/admin/ModuleExists.pyc
share/cherokee/admin/ModuleExtensions.py
share/cherokee/admin/ModuleExtensions.pyc
share/cherokee/admin/ModuleFcgi.py
share/cherokee/admin/ModuleFcgi.pyc
share/cherokee/admin/ModuleFile.py
share/cherokee/admin/ModuleFile.pyc
share/cherokee/admin/ModuleFrom.py
share/cherokee/admin/ModuleFrom.pyc
share/cherokee/admin/ModuleFullpath.py
share/cherokee/admin/ModuleFullpath.pyc
share/cherokee/admin/ModuleGeoip.py
share/cherokee/admin/ModuleGeoip.pyc
share/cherokee/admin/ModuleHandler.py
share/cherokee/admin/ModuleHandler.pyc
share/cherokee/admin/ModuleHeader.py
share/cherokee/admin/ModuleHeader.pyc
share/cherokee/admin/ModuleHtdigest.py
share/cherokee/admin/ModuleHtdigest.pyc
share/cherokee/admin/ModuleHtpasswd.py
share/cherokee/admin/ModuleHtpasswd.pyc
share/cherokee/admin/ModuleIpHash.py
share/cherokee/admin/ModuleIpHash.pyc
share/cherokee/admin/ModuleLdap.py
share/cherokee/admin/ModuleLdap.pyc
share/cherokee/admin/ModuleMethod.py
share/cherokee/admin/ModuleMethod.pyc
share/cherokee/admin/ModuleMysql.py
share/cherokee/admin/ModuleMysql.pyc
share/cherokee/admin/ModulePam.py
share/cherokee/admin/ModulePam.pyc
share/cherokee/admin/ModulePlain.py
share/cherokee/admin/ModulePlain.pyc
share/cherokee/admin/ModuleProxy.py
share/cherokee/admin/ModuleProxy.pyc
share/cherokee/admin/ModuleRedir.py
share/cherokee/admin/ModuleRedir.pyc
share/cherokee/admin/ModuleRehost.py
share/cherokee/admin/ModuleRehost.pyc
share/cherokee/admin/ModuleRequest.py
share/cherokee/admin/ModuleRequest.pyc
share/cherokee/admin/ModuleRoundRobin.py
share/cherokee/admin/ModuleRoundRobin.pyc
share/cherokee/admin/ModuleRrd.py
share/cherokee/admin/ModuleRrd.pyc
share/cherokee/admin/ModuleScgi.py
share/cherokee/admin/ModuleScgi.pyc
share/cherokee/admin/ModuleSecdownload.py
share/cherokee/admin/ModuleSecdownload.pyc
share/cherokee/admin/ModuleServerInfo.py
share/cherokee/admin/ModuleServerInfo.pyc
share/cherokee/admin/ModuleSsi.py
share/cherokee/admin/ModuleSsi.pyc
share/cherokee/admin/ModuleStreaming.py
share/cherokee/admin/ModuleStreaming.pyc
share/cherokee/admin/ModuleTargetIp.py
share/cherokee/admin/ModuleTargetIp.pyc
share/cherokee/admin/ModuleUrlArg.py
share/cherokee/admin/ModuleUrlArg.pyc
share/cherokee/admin/ModuleUwsgi.py
share/cherokee/admin/ModuleUwsgi.pyc
share/cherokee/admin/ModuleWildcard.py
share/cherokee/admin/ModuleWildcard.pyc
share/cherokee/admin/Auth.py
share/cherokee/admin/Auth.pyc
share/cherokee/admin/Backup.py
share/cherokee/admin/Backup.pyc
share/cherokee/admin/Balancer.py
share/cherokee/admin/Balancer.pyc
share/cherokee/admin/CTK/
share/cherokee/admin/CTK/CTK/
share/cherokee/admin/CTK/CTK/Box.py
share/cherokee/admin/CTK/CTK/Box.pyc
share/cherokee/admin/CTK/CTK/Button.py
share/cherokee/admin/CTK/CTK/Button.pyc
share/cherokee/admin/CTK/CTK/Checkbox.py
share/cherokee/admin/CTK/CTK/Checkbox.pyc
share/cherokee/admin/CTK/CTK/Combobox.py
share/cherokee/admin/CTK/CTK/Combobox.pyc
share/cherokee/admin/CTK/CTK/Config.py
share/cherokee/admin/CTK/CTK/Config.pyc
share/cherokee/admin/CTK/CTK/Container.py
share/cherokee/admin/CTK/CTK/Container.pyc
share/cherokee/admin/CTK/CTK/DatePicker.py
share/cherokee/admin/CTK/CTK/DatePicker.pyc
share/cherokee/admin/CTK/CTK/Dialog.py
share/cherokee/admin/CTK/CTK/Dialog.pyc
share/cherokee/admin/CTK/CTK/Downloader.py
share/cherokee/admin/CTK/CTK/Downloader.pyc
share/cherokee/admin/CTK/CTK/Druid.py
share/cherokee/admin/CTK/CTK/Druid.pyc
share/cherokee/admin/CTK/CTK/HTTP.py
share/cherokee/admin/CTK/CTK/HTTP.pyc
share/cherokee/admin/CTK/CTK/Help.py
share/cherokee/admin/CTK/CTK/Help.pyc
share/cherokee/admin/CTK/CTK/HiddenField.py
share/cherokee/admin/CTK/CTK/HiddenField.pyc
share/cherokee/admin/CTK/CTK/Image.py
share/cherokee/admin/CTK/CTK/Image.pyc
share/cherokee/admin/CTK/CTK/Indenter.py
share/cherokee/admin/CTK/CTK/Indenter.pyc
share/cherokee/admin/CTK/CTK/JS.py
share/cherokee/admin/CTK/CTK/JS.pyc
share/cherokee/admin/CTK/CTK/Link.py
share/cherokee/admin/CTK/CTK/Link.pyc
share/cherokee/admin/CTK/CTK/List.py
share/cherokee/admin/CTK/CTK/List.pyc
share/cherokee/admin/CTK/CTK/Notice.py
share/cherokee/admin/CTK/CTK/Notice.pyc
share/cherokee/admin/CTK/CTK/Page.py
share/cherokee/admin/CTK/CTK/Page.pyc
share/cherokee/admin/CTK/CTK/PageCleaner.py
share/cherokee/admin/CTK/CTK/PageCleaner.pyc
share/cherokee/admin/CTK/CTK/Plugin.py
share/cherokee/admin/CTK/CTK/Plugin.pyc
share/cherokee/admin/CTK/CTK/Post.py
share/cherokee/admin/CTK/CTK/Post.pyc
share/cherokee/admin/CTK/CTK/ProgressBar.py
share/cherokee/admin/CTK/CTK/ProgressBar.pyc
share/cherokee/admin/CTK/CTK/PropsTable.py
share/cherokee/admin/CTK/CTK/PropsTable.pyc
share/cherokee/admin/CTK/CTK/Proxy.py
share/cherokee/admin/CTK/CTK/Proxy.pyc
share/cherokee/admin/CTK/CTK/Radio.py
share/cherokee/admin/CTK/CTK/Radio.pyc
share/cherokee/admin/CTK/CTK/RawHTML.py
share/cherokee/admin/CTK/CTK/RawHTML.pyc
share/cherokee/admin/CTK/CTK/Refreshable.py
share/cherokee/admin/CTK/CTK/Refreshable.pyc
share/cherokee/admin/CTK/CTK/Server.py
share/cherokee/admin/CTK/CTK/Server.pyc
share/cherokee/admin/CTK/CTK/SortableList.py
share/cherokee/admin/CTK/CTK/SortableList.pyc
share/cherokee/admin/CTK/CTK/Submitter.py
share/cherokee/admin/CTK/CTK/Submitter.pyc
share/cherokee/admin/CTK/CTK/Tab.py
share/cherokee/admin/CTK/CTK/Tab.pyc
share/cherokee/admin/CTK/CTK/Table.py
share/cherokee/admin/CTK/CTK/Table.pyc
share/cherokee/admin/CTK/CTK/Template.py
share/cherokee/admin/CTK/CTK/Template.pyc
share/cherokee/admin/CTK/CTK/TextArea.py
share/cherokee/admin/CTK/CTK/TextArea.pyc
share/cherokee/admin/CTK/CTK/TextField.py
share/cherokee/admin/CTK/CTK/TextField.pyc
share/cherokee/admin/CTK/CTK/ToggleButton.py
share/cherokee/admin/CTK/CTK/ToggleButton.pyc
share/cherokee/admin/CTK/CTK/Uploader.py
share/cherokee/admin/CTK/CTK/Uploader.pyc
share/cherokee/admin/CTK/CTK/Widget.py
share/cherokee/admin/CTK/CTK/Widget.pyc
share/cherokee/admin/CTK/CTK/XMLRPCProxy.py
share/cherokee/admin/CTK/CTK/XMLRPCProxy.pyc
share/cherokee/admin/CTK/CTK/__init__.py
share/cherokee/admin/CTK/CTK/__init__.pyc
share/cherokee/admin/CTK/CTK/consts.py
share/cherokee/admin/CTK/CTK/consts.pyc
share/cherokee/admin/CTK/CTK/iPhoneToggle.py
share/cherokee/admin/CTK/CTK/iPhoneToggle.pyc
share/cherokee/admin/CTK/CTK/json_embedded.py
share/cherokee/admin/CTK/CTK/json_embedded.pyc
share/cherokee/admin/CTK/CTK/pyscgi.py
share/cherokee/admin/CTK/CTK/pyscgi.pyc
share/cherokee/admin/CTK/CTK/util.py
share/cherokee/admin/CTK/CTK/util.pyc
share/cherokee/admin/CTK/static/
share/cherokee/admin/CTK/static/css/
share/cherokee/admin/CTK/static/css/CTK.css
share/cherokee/admin/CTK/static/css/datepicker.css
share/cherokee/admin/CTK/static/css/jquery-ui-1.7.2.custom.css
share/cherokee/admin/CTK/static/css/jquery.ibutton.css
share/cherokee/admin/CTK/static/images/
share/cherokee/admin/CTK/static/images/arrow_ns.png
share/cherokee/admin/CTK/static/images/bg-body.png
share/cherokee/admin/CTK/static/images/bg-button-a-big.png
share/cherokee/admin/CTK/static/images/bg-button-a-light.png
share/cherokee/admin/CTK/static/images/bg-button-a.png
share/cherokee/admin/CTK/static/images/bg-button-clone.png
share/cherokee/admin/CTK/static/images/bg-button-new.png
share/cherokee/admin/CTK/static/images/bg-button-span-big.png
share/cherokee/admin/CTK/static/images/bg-button-span-light.png
share/cherokee/admin/CTK/static/images/bg-button-span-start-light.png
share/cherokee/admin/CTK/static/images/bg-button-span-stop-light.png
share/cherokee/admin/CTK/static/images/bg-button-span.png
share/cherokee/admin/CTK/static/images/bg-dialog-buttonpane.png
share/cherokee/admin/CTK/static/images/bg-dialog-titlebar-close.gif
share/cherokee/admin/CTK/static/images/bg-dialog-titlebar.png
share/cherokee/admin/CTK/static/images/bg-dialog.png
share/cherokee/admin/CTK/static/images/bg-filter.png
share/cherokee/admin/CTK/static/images/bg-help-a.png
share/cherokee/admin/CTK/static/images/bg-help-span.png
share/cherokee/admin/CTK/static/images/bg-sel-actions-sel.png
share/cherokee/admin/CTK/static/images/bg-sel-actions.png
share/cherokee/admin/CTK/static/images/bg-td-even.png
share/cherokee/admin/CTK/static/images/bg-th.png
share/cherokee/admin/CTK/static/images/del-hover.png
share/cherokee/admin/CTK/static/images/del.png
share/cherokee/admin/CTK/static/images/dialog-error.png
share/cherokee/admin/CTK/static/images/dialog-information.png
share/cherokee/admin/CTK/static/images/dialog-warning.png
share/cherokee/admin/CTK/static/images/ibutton-slider-default.png
share/cherokee/admin/CTK/static/images/input-bg.png
share/cherokee/admin/CTK/static/images/loader.gif
share/cherokee/admin/CTK/static/images/loading.gif
share/cherokee/admin/CTK/static/images/off.png
share/cherokee/admin/CTK/static/images/offline.png
share/cherokee/admin/CTK/static/images/on.png
share/cherokee/admin/CTK/static/images/online.png
share/cherokee/admin/CTK/static/images/tabbg.png
share/cherokee/admin/CTK/static/images/tick.png
share/cherokee/admin/CTK/static/images/ui-icons_222222_256x240.png
share/cherokee/admin/CTK/static/images/ui-icons_2e83ff_256x240.png
share/cherokee/admin/CTK/static/images/ui-icons_454545_256x240.png
share/cherokee/admin/CTK/static/images/ui-icons_888888_256x240.png
share/cherokee/admin/CTK/static/images/ui-icons_cd0a0a_256x240.png
share/cherokee/admin/CTK/static/images/uploadify.cancel.png
share/cherokee/admin/CTK/static/js/
share/cherokee/admin/CTK/static/js/Help.js
share/cherokee/admin/CTK/static/js/Submitter.js
share/cherokee/admin/CTK/static/js/common.js
share/cherokee/admin/CTK/static/js/jquery-1.3.2.min.js
share/cherokee/admin/CTK/static/js/jquery-ui-1.7.2.custom.min.js
share/cherokee/admin/CTK/static/js/jquery.cookie.js
share/cherokee/admin/CTK/static/js/jquery.form-defaults.js
share/cherokee/admin/CTK/static/js/jquery.ibutton.js
share/cherokee/admin/CTK/static/js/jquery.tablednd_0_5.js
share/cherokee/admin/CTK/static/js/jquery.uploadProgress.js
share/cherokee/admin/CgiBase.py
share/cherokee/admin/CgiBase.pyc
share/cherokee/admin/Cherokee.py
share/cherokee/admin/Cherokee.pyc
share/cherokee/admin/Flags.py
share/cherokee/admin/Flags.pyc
share/cherokee/admin/Graph.py
share/cherokee/admin/Graph.pyc
share/cherokee/admin/Handler.py
share/cherokee/admin/Handler.pyc
share/cherokee/admin/Icons.py
share/cherokee/admin/Icons.pyc
share/cherokee/admin/Login.py
share/cherokee/admin/Login.pyc
share/cherokee/admin/Mime.py
share/cherokee/admin/Mime.pyc
share/cherokee/admin/Page.py
share/cherokee/admin/Page.pyc
share/cherokee/admin/PageAdvanced.py
share/cherokee/admin/PageAdvanced.pyc
share/cherokee/admin/PageAjaxUpdate.py
share/cherokee/admin/PageAjaxUpdate.pyc
share/cherokee/admin/PageEntry.py
share/cherokee/admin/PageEntry.pyc
share/cherokee/admin/PageError.py
share/cherokee/admin/PageError.pyc
share/cherokee/admin/PageFeedback.py
share/cherokee/admin/PageFeedback.pyc
share/cherokee/admin/PageException.py
share/cherokee/admin/PageException.pyc
share/cherokee/admin/PageGeneral.py
share/cherokee/admin/PageGeneral.pyc
share/cherokee/admin/PageIcon.py
share/cherokee/admin/PageIcon.pyc
share/cherokee/admin/PageInfoSource.py
share/cherokee/admin/PageInfoSource.pyc
share/cherokee/admin/PageMime.py
share/cherokee/admin/PageMime.pyc
share/cherokee/admin/PageHelp.py
share/cherokee/admin/PageHelp.pyc
share/cherokee/admin/PageIndex.py
share/cherokee/admin/PageIndex.pyc
share/cherokee/admin/PageNewConfig.py
share/cherokee/admin/PageNewConfig.pyc
share/cherokee/admin/PageRule.py
share/cherokee/admin/PageRule.pyc
share/cherokee/admin/PageSource.py
share/cherokee/admin/PageSource.pyc
share/cherokee/admin/PageSources.py
share/cherokee/admin/PageSources.pyc
share/cherokee/admin/PageStatus.py
share/cherokee/admin/PageStatus.pyc
share/cherokee/admin/PageVServer.py
share/cherokee/admin/PageVServer.pyc
share/cherokee/admin/PageVServers.py
share/cherokee/admin/PageVServers.pyc
share/cherokee/admin/Post.py
share/cherokee/admin/Post.pyc
share/cherokee/admin/Rule.py
share/cherokee/admin/Rule.pyc
share/cherokee/admin/RuleList.py
share/cherokee/admin/RuleList.pyc
share/cherokee/admin/Table.py
share/cherokee/admin/Table.pyc
share/cherokee/admin/Theme.py
share/cherokee/admin/Theme.pyc
share/cherokee/admin/RuleSimple.py
share/cherokee/admin/RuleSimple.pyc
share/cherokee/admin/SelectionPanel.py
share/cherokee/admin/SelectionPanel.pyc
share/cherokee/admin/Wizard.py
share/cherokee/admin/Wizard.pyc
share/cherokee/admin/Wizard_Alfresco.py
share/cherokee/admin/Wizard_Alfresco.pyc
share/cherokee/admin/Wizard_ColdFusion.py
share/cherokee/admin/Wizard_ColdFusion.pyc
share/cherokee/admin/Wizard_CommonStatic.py
share/cherokee/admin/Wizard_CommonStatic.pyc
share/cherokee/admin/Wizard_Concrete5.py
share/cherokee/admin/Wizard_Concrete5.pyc
share/cherokee/admin/Wizard_Django.py
share/cherokee/admin/Wizard_Django.pyc
share/cherokee/admin/Wizard_Drupal.py
share/cherokee/admin/Wizard_Drupal.pyc
share/cherokee/admin/Wizard_Glassfish.py
share/cherokee/admin/Wizard_Glassfish.pyc
share/cherokee/admin/Wizard_HotLinking.py
share/cherokee/admin/Wizard_HotLinking.pyc
share/cherokee/admin/Wizard_Icons.py
share/cherokee/admin/Wizard_Icons.pyc
share/cherokee/admin/Wizard_Joomla.py
share/cherokee/admin/Wizard_Joomla.pyc
share/cherokee/admin/Wizard_Liferay.py
share/cherokee/admin/Wizard_Liferay.pyc
share/cherokee/admin/Wizard_Mailman.py
share/cherokee/admin/Wizard_Mailman.pyc
share/cherokee/admin/Wizard_MoinMoin.py
share/cherokee/admin/Wizard_MoinMoin.pyc
share/cherokee/admin/Wizard_Mono.py
share/cherokee/admin/Wizard_Mono.pyc
share/cherokee/admin/Wizard_Moodle.py
share/cherokee/admin/Wizard_Moodle.pyc
share/cherokee/admin/Wizard_PHP.py
share/cherokee/admin/Wizard_PHP.pyc
share/cherokee/admin/Wizard_Redirect.py
share/cherokee/admin/Wizard_Redirect.pyc
share/cherokee/admin/Wizard_RoR.py
share/cherokee/admin/Wizard_RoR.pyc
share/cherokee/admin/Wizard_Streaming.py
share/cherokee/admin/Wizard_Streaming.pyc
share/cherokee/admin/Wizard_Sugar.py
share/cherokee/admin/Wizard_Sugar.pyc
share/cherokee/admin/Wizard_Symfony.py
share/cherokee/admin/Wizard_Symfony.pyc
share/cherokee/admin/Wizard_Trac.py
share/cherokee/admin/Wizard_Trac.pyc
share/cherokee/admin/Wizard_WordPress.py
share/cherokee/admin/Wizard_WordPress.pyc
share/cherokee/admin/Wizard_Zend.py
share/cherokee/admin/Wizard_Zend.pyc
share/cherokee/admin/Wizard_phpBB.py
share/cherokee/admin/Wizard_phpBB.pyc
share/cherokee/admin/Wizard_phpMyAdmin.py
share/cherokee/admin/Wizard_phpMyAdmin.pyc
share/cherokee/admin/Wizard_rTorrent.py
share/cherokee/admin/Wizard_rTorrent.pyc
share/cherokee/admin/Wizard_uWSGI.py
share/cherokee/admin/Wizard_uWSGI.pyc
share/cherokee/admin/XMLServerDigest.py
share/cherokee/admin/XMLServerDigest.pyc
share/cherokee/admin/cherokee.conf.sample
share/cherokee/admin/config.py
share/cherokee/admin/config.pyc
share/cherokee/admin/config_version.py
share/cherokee/admin/config_version.pyc
share/cherokee/admin/configured.py
share/cherokee/admin/configured.pyc
share/cherokee/admin/consts.py
share/cherokee/admin/consts.pyc
share/cherokee/admin/default.template.html
share/cherokee/admin/error_couldnt_launch.template.html
share/cherokee/admin/error_icons_dir_missing.template.html
share/cherokee/admin/error_internal.template.html
share/cherokee/admin/error_not_writable.template.html
share/cherokee/admin/flags.py
share/cherokee/admin/flags.pyc
share/cherokee/admin/exception.html
share/cherokee/admin/help.html
share/cherokee/admin/performance.conf.sample
share/cherokee/admin/pyscgi.py
share/cherokee/admin/pyscgi.pyc
share/cherokee/admin/plugins/
share/cherokee/admin/plugins/admin.py
share/cherokee/admin/plugins/admin.pyc
share/cherokee/admin/plugins/authlist.py
share/cherokee/admin/plugins/authlist.pyc
share/cherokee/admin/plugins/bind.py
share/cherokee/admin/plugins/bind.pyc
share/cherokee/admin/plugins/cgi.py
share/cherokee/admin/plugins/cgi.pyc
share/cherokee/admin/plugins/common.py
share/cherokee/admin/plugins/common.pyc
share/cherokee/admin/plugins/custom_error.py
share/cherokee/admin/plugins/custom_error.pyc
share/cherokee/admin/plugins/dbslayer.py
share/cherokee/admin/plugins/dbslayer.pyc
share/cherokee/admin/plugins/directory.py
share/cherokee/admin/plugins/directory.pyc
share/cherokee/admin/plugins/dirlist.py
share/cherokee/admin/plugins/dirlist.pyc
share/cherokee/admin/plugins/empty_gif.py
share/cherokee/admin/plugins/empty_gif.pyc
share/cherokee/admin/plugins/error_nn.py
share/cherokee/admin/plugins/error_nn.pyc
share/cherokee/admin/plugins/error_redir.py
share/cherokee/admin/plugins/error_redir.pyc
share/cherokee/admin/plugins/evhost.py
share/cherokee/admin/plugins/evhost.pyc
share/cherokee/admin/plugins/exists.py
share/cherokee/admin/plugins/exists.pyc
share/cherokee/admin/plugins/extensions.py
share/cherokee/admin/plugins/extensions.pyc
share/cherokee/admin/plugins/fcgi.py
share/cherokee/admin/plugins/fcgi.pyc
share/cherokee/admin/plugins/file.py
share/cherokee/admin/plugins/file.pyc
share/cherokee/admin/plugins/from.py
share/cherokee/admin/plugins/from.pyc
share/cherokee/admin/plugins/fullpath.py
share/cherokee/admin/plugins/fullpath.pyc
share/cherokee/admin/plugins/geoip.py
share/cherokee/admin/plugins/geoip.pyc
share/cherokee/admin/plugins/header.py
share/cherokee/admin/plugins/header.pyc
share/cherokee/admin/plugins/htdigest.py
share/cherokee/admin/plugins/htdigest.pyc
share/cherokee/admin/plugins/htpasswd.py
share/cherokee/admin/plugins/htpasswd.pyc
share/cherokee/admin/plugins/ip_hash.py
share/cherokee/admin/plugins/ip_hash.pyc
share/cherokee/admin/plugins/ldap.py
share/cherokee/admin/plugins/ldap.pyc
share/cherokee/admin/plugins/method.py
share/cherokee/admin/plugins/method.pyc
share/cherokee/admin/plugins/mysql.py
share/cherokee/admin/plugins/mysql.pyc
share/cherokee/admin/plugins/pam.py
share/cherokee/admin/plugins/pam.pyc
share/cherokee/admin/plugins/plain.py
share/cherokee/admin/plugins/plain.pyc
share/cherokee/admin/plugins/post_report.py
share/cherokee/admin/plugins/post_report.pyc
share/cherokee/admin/plugins/post_track.py
share/cherokee/admin/plugins/post_track.pyc
share/cherokee/admin/plugins/proxy.py
share/cherokee/admin/plugins/proxy.pyc
share/cherokee/admin/plugins/redir.py
share/cherokee/admin/plugins/redir.pyc
share/cherokee/admin/plugins/rehost.py
share/cherokee/admin/plugins/rehost.pyc
share/cherokee/admin/plugins/request.py
share/cherokee/admin/plugins/request.pyc
share/cherokee/admin/plugins/round_robin.py
share/cherokee/admin/plugins/round_robin.pyc
share/cherokee/admin/plugins/rrd.py
share/cherokee/admin/plugins/rrd.pyc
share/cherokee/admin/plugins/scgi.py
share/cherokee/admin/plugins/scgi.pyc
share/cherokee/admin/plugins/secdownload.py
share/cherokee/admin/plugins/secdownload.pyc
share/cherokee/admin/plugins/server_info.py
share/cherokee/admin/plugins/server_info.pyc
share/cherokee/admin/plugins/ssi.py
share/cherokee/admin/plugins/ssi.pyc
share/cherokee/admin/plugins/streaming.py
share/cherokee/admin/plugins/streaming.pyc
share/cherokee/admin/plugins/target_ip.py
share/cherokee/admin/plugins/target_ip.pyc
share/cherokee/admin/plugins/tls.py
share/cherokee/admin/plugins/tls.pyc
share/cherokee/admin/plugins/url_arg.py
share/cherokee/admin/plugins/url_arg.pyc
share/cherokee/admin/plugins/uwsgi.py
share/cherokee/admin/plugins/uwsgi.pyc
share/cherokee/admin/plugins/wildcard.py
share/cherokee/admin/plugins/wildcard.pyc
share/cherokee/admin/server.py
share/cherokee/admin/server.pyc
share/cherokee/admin/static/
share/cherokee/admin/static/css/
share/cherokee/admin/static/css/cherokee.css
share/cherokee/admin/static/css/jquery.ibutton.css
share/cherokee/admin/static/css/reset-min.css
share/cherokee/admin/static/css/thickbox.css
share/cherokee/admin/static/css/cherokee-admin.css
share/cherokee/admin/static/images/
share/cherokee/admin/static/images/arrow_ns.png
share/cherokee/admin/static/images/arrow_ns_h.png
share/cherokee/admin/static/images/background-nobar.png
share/cherokee/admin/static/images/background.png
share/cherokee/admin/static/images/bin.png
share/cherokee/admin/static/images/button-left.png
share/cherokee/admin/static/images/button-right.png
share/cherokee/admin/static/images/advanced.png
share/cherokee/admin/static/images/bg-bar.png
share/cherokee/admin/static/images/cherokee-logo-bar.png
share/cherokee/admin/static/images/collapsed.gif
share/cherokee/admin/static/images/cross.png
share/cherokee/admin/static/images/dialog-error.png
share/cherokee/admin/static/images/dialog-information.png
share/cherokee/admin/static/images/dialog-warning.png
share/cherokee/admin/static/images/error.png
share/cherokee/admin/static/images/exclamation.png
share/cherokee/admin/static/images/expanded.gif
share/cherokee/admin/static/images/favicon.ico
share/cherokee/admin/static/images/feedback.png
share/cherokee/admin/static/images/flags/
share/cherokee/admin/static/images/flags/ad.png
share/cherokee/admin/static/images/flags/ae.png
@ -663,26 +754,29 @@ share/cherokee/admin/static/images/flags/yt.png
share/cherokee/admin/static/images/flags/za.png
share/cherokee/admin/static/images/flags/zm.png
share/cherokee/admin/static/images/flags/zw.png
share/cherokee/admin/static/images/forbidden.png
share/cherokee/admin/static/images/help.png
share/cherokee/admin/static/images/ibutton-slider-default.png
share/cherokee/admin/static/images/loadingAnimation.gif
share/cherokee/admin/static/images/macFFBgHack.png
share/cherokee/admin/static/images/menu-active.png
share/cherokee/admin/static/images/menu-highlight.png
share/cherokee/admin/static/images/menu-sep.png
share/cherokee/admin/static/images/offline.png
share/cherokee/admin/static/images/online.png
share/cherokee/admin/static/images/proud.png
share/cherokee/admin/static/images/rulestable-th.png
share/cherokee/admin/static/images/tab.png
share/cherokee/admin/static/images/tick.png
share/cherokee/admin/static/images/top-bar.png
share/cherokee/admin/static/images/general.png
share/cherokee/admin/static/images/home.png
share/cherokee/admin/static/images/icons.png
share/cherokee/admin/static/images/kid-running.png
share/cherokee/admin/static/images/kid-stopped.png
share/cherokee/admin/static/images/mime.png
share/cherokee/admin/static/images/nav-selected.gif
share/cherokee/admin/static/images/nav-sep.png
share/cherokee/admin/static/images/other/
share/cherokee/admin/static/images/other/contact-bug.png
share/cherokee/admin/static/images/other/contact-irc.png
share/cherokee/admin/static/images/other/contact-list.png
share/cherokee/admin/static/images/other/facebook.png
share/cherokee/admin/static/images/other/octality-logo.png
share/cherokee/admin/static/images/other/proud.png
share/cherokee/admin/static/images/other/twitter.png
share/cherokee/admin/static/images/sources.png
share/cherokee/admin/static/images/status.png
share/cherokee/admin/static/images/vservers.png
share/cherokee/admin/static/images/wizards/
share/cherokee/admin/static/images/wizards/alfresco.png
share/cherokee/admin/static/images/wizards/aspnet.png
share/cherokee/admin/static/images/wizards/coldfusion.png
share/cherokee/admin/static/images/wizards/common_static.png
share/cherokee/admin/static/images/wizards/concrete5.png
share/cherokee/admin/static/images/wizards/dbslayer.png
share/cherokee/admin/static/images/wizards/django.png
@ -694,56 +788,100 @@ share/cherokee/admin/static/images/wizards/icons.png
share/cherokee/admin/static/images/wizards/joomla.png
share/cherokee/admin/static/images/wizards/liferay.png
share/cherokee/admin/static/images/wizards/mailman.png
share/cherokee/admin/static/images/wizards/mediawiki.png
share/cherokee/admin/static/images/wizards/moinmoin.png
share/cherokee/admin/static/images/wizards/mono.png
share/cherokee/admin/static/images/wizards/moodle.png
share/cherokee/admin/static/images/wizards/nagios.png
share/cherokee/admin/static/images/wizards/php.jpg
share/cherokee/admin/static/images/wizards/php.png
share/cherokee/admin/static/images/wizards/phpbb.png
share/cherokee/admin/static/images/wizards/phpmyadmin.png
share/cherokee/admin/static/images/wizards/redirect.jpg
share/cherokee/admin/static/images/wizards/ror.png
share/cherokee/admin/static/images/wizards/rails.png
share/cherokee/admin/static/images/wizards/redirect.png
share/cherokee/admin/static/images/wizards/rtorrent.png
share/cherokee/admin/static/images/wizards/static.png
share/cherokee/admin/static/images/wizards/streaming.png
share/cherokee/admin/static/images/wizards/sugarcrm.png
share/cherokee/admin/static/images/wizards/sugar.png
share/cherokee/admin/static/images/wizards/symfony.png
share/cherokee/admin/static/images/wizards/trac.png
share/cherokee/admin/static/images/wizards/uwsgi.png
share/cherokee/admin/static/images/wizards/wordpress.png
share/cherokee/admin/static/images/wizards/zend.png
share/cherokee/admin/static/images/workarea.png
share/cherokee/admin/static/js/
share/cherokee/admin/static/js/common.js
share/cherokee/admin/static/js/graphs.js
share/cherokee/admin/static/js/icons.js
share/cherokee/admin/static/js/jquery-1.3.2.min.js
share/cherokee/admin/static/js/jquery.cookie.js
share/cherokee/admin/static/js/jquery.dimensions.js
share/cherokee/admin/static/js/jquery.easing.js
share/cherokee/admin/static/js/jquery.form-defaults.js
share/cherokee/admin/static/js/jquery.ibutton.js
share/cherokee/admin/static/js/jquery.tablednd.js
share/cherokee/admin/static/js/thickbox.js
share/cherokee/admin/static/js/ui.core.js
share/cherokee/admin/static/js/ui.dialog.js
share/cherokee/admin/static/js/ui.draggable.js
share/cherokee/admin/static/js/ui.resizable.js
share/cherokee/admin/static/js/ui.tabs.js
share/cherokee/admin/static/js/wizards.js
share/cherokee/admin/status.template.html
share/cherokee/admin/static/js/SelectionPanel.js
share/cherokee/admin/theme.html
share/cherokee/admin/upgrade_config.py
share/cherokee/admin/upgrade_config.pyc
share/cherokee/admin/util.py
share/cherokee/admin/util.pyc
share/cherokee/admin/validations.py
share/cherokee/admin/validations.pyc
share/cherokee/admin/wizards/
share/cherokee/admin/wizards/List.py
share/cherokee/admin/wizards/List.pyc
share/cherokee/admin/wizards/alfresco.py
share/cherokee/admin/wizards/alfresco.pyc
share/cherokee/admin/wizards/coldfusion.py
share/cherokee/admin/wizards/coldfusion.pyc
share/cherokee/admin/wizards/concrete5.py
share/cherokee/admin/wizards/concrete5.pyc
share/cherokee/admin/wizards/django.py
share/cherokee/admin/wizards/django.pyc
share/cherokee/admin/wizards/drupal.py
share/cherokee/admin/wizards/drupal.pyc
share/cherokee/admin/wizards/glassfish.py
share/cherokee/admin/wizards/glassfish.pyc
share/cherokee/admin/wizards/hotlinking.py
share/cherokee/admin/wizards/hotlinking.pyc
share/cherokee/admin/wizards/icons.py
share/cherokee/admin/wizards/icons.pyc
share/cherokee/admin/wizards/joomla.py
share/cherokee/admin/wizards/joomla.pyc
share/cherokee/admin/wizards/liferay.py
share/cherokee/admin/wizards/liferay.pyc
share/cherokee/admin/wizards/mailman.py
share/cherokee/admin/wizards/mailman.pyc
share/cherokee/admin/wizards/mediawiki.py
share/cherokee/admin/wizards/mediawiki.pyc
share/cherokee/admin/wizards/moinmoin.py
share/cherokee/admin/wizards/moinmoin.pyc
share/cherokee/admin/wizards/mono.py
share/cherokee/admin/wizards/mono.pyc
share/cherokee/admin/wizards/php.py
share/cherokee/admin/wizards/php.pyc
share/cherokee/admin/wizards/phpbb.py
share/cherokee/admin/wizards/phpbb.pyc
share/cherokee/admin/wizards/phpmyadmin.py
share/cherokee/admin/wizards/phpmyadmin.pyc
share/cherokee/admin/wizards/rails.py
share/cherokee/admin/wizards/rails.pyc
share/cherokee/admin/wizards/redirect.py
share/cherokee/admin/wizards/redirect.pyc
share/cherokee/admin/wizards/rtorrent.py
share/cherokee/admin/wizards/rtorrent.pyc
share/cherokee/admin/wizards/static.py
share/cherokee/admin/wizards/static.pyc
share/cherokee/admin/wizards/streaming.py
share/cherokee/admin/wizards/streaming.pyc
share/cherokee/admin/wizards/sugar.py
share/cherokee/admin/wizards/sugar.pyc
share/cherokee/admin/wizards/symfony.py
share/cherokee/admin/wizards/symfony.pyc
share/cherokee/admin/wizards/trac.py
share/cherokee/admin/wizards/trac.pyc
share/cherokee/admin/wizards/uwsgi.py
share/cherokee/admin/wizards/uwsgi.pyc
share/cherokee/admin/wizards/wordpress.py
share/cherokee/admin/wizards/wordpress.pyc
share/cherokee/admin/wizards/zend.py
share/cherokee/admin/wizards/zend.pyc
share/cherokee/deps/
share/cherokee/deps/cgi.deps
share/cherokee/deps/combined.deps
share/cherokee/deps/common.deps
share/cherokee/deps/error_redir.deps
share/cherokee/deps/fastcgi.deps
share/cherokee/deps/fcgi.deps
share/cherokee/deps/post_report.deps
share/cherokee/deps/render_rrd.deps
share/cherokee/deps/scgi.deps
share/cherokee/deps/secdownload.deps
@ -799,6 +937,7 @@ share/doc/cherokee/
share/doc/cherokee/basics.html
share/doc/cherokee/basics_download.html
share/doc/cherokee/basics_installation.html
share/doc/cherokee/basics_installation_osx.html
share/doc/cherokee/basics_installation_svn.html
share/doc/cherokee/basics_installation_unix.html
share/doc/cherokee/basics_installation_windows.html
@ -806,25 +945,17 @@ share/doc/cherokee/basics_requirements.html
share/doc/cherokee/basics_running_cherokee.html
share/doc/cherokee/basics_upgrade.html
share/doc/cherokee/basics_why_cherokee.html
share/doc/cherokee/bundle.html
share/doc/cherokee/bundle_cget.html
share/doc/cherokee/bundle_cherokee-admin.html
share/doc/cherokee/bundle_cherokee-config.html
share/doc/cherokee/bundle_cherokee-tweak.html
share/doc/cherokee/bundle_cherokee-worker.html
share/doc/cherokee/bundle_cherokee.html
share/doc/cherokee/bundle_spawn-fcgi.html
share/doc/cherokee/config.html
share/doc/cherokee/config_advanced.html
share/doc/cherokee/config_general.html
share/doc/cherokee/config_icons.html
share/doc/cherokee/config_index.html
share/doc/cherokee/config_info_sources.html
share/doc/cherokee/config_mime_types.html
share/doc/cherokee/config_quickstart.html
share/doc/cherokee/config_status.html
share/doc/cherokee/config_virtual_servers.html
share/doc/cherokee/config_virtual_servers_evhost.html
share/doc/cherokee/config_virtual_servers_rule.html
share/doc/cherokee/config_virtual_servers_rule_types.html
share/doc/cherokee/config_wizards.html
share/doc/cherokee/cookbook.html
share/doc/cherokee/cookbook_alfresco.html
@ -837,6 +968,7 @@ share/doc/cherokee/cookbook_django.html
share/doc/cherokee/cookbook_drupal.html
share/doc/cherokee/cookbook_embedding_cherokee.html
share/doc/cherokee/cookbook_glassfish.html
share/doc/cherokee/cookbook_https_accelerator.html
share/doc/cherokee/cookbook_joomla.html
share/doc/cherokee/cookbook_kumbia.html
share/doc/cherokee/cookbook_liferay.html
@ -876,8 +1008,10 @@ share/doc/cherokee/media/images/admin_advanced2.png
share/doc/cherokee/media/images/admin_advanced3.png
share/doc/cherokee/media/images/admin_advanced4.png
share/doc/cherokee/media/images/admin_advanced5.png
share/doc/cherokee/media/images/admin_behaviour.png
share/doc/cherokee/media/images/admin_behavior.png
share/doc/cherokee/media/images/admin_general.png
share/doc/cherokee/media/images/admin_general_icons.png
share/doc/cherokee/media/images/admin_general_mime.png
share/doc/cherokee/media/images/admin_general_networking.png
share/doc/cherokee/media/images/admin_general_permissions.png
share/doc/cherokee/media/images/admin_general_ports.png
@ -894,13 +1028,9 @@ share/doc/cherokee/media/images/admin_handler_onlylisting.png
share/doc/cherokee/media/images/admin_handler_onlylisting_ex.png
share/doc/cherokee/media/images/admin_handler_proxy.png
share/doc/cherokee/media/images/admin_handler_secdownload.png
share/doc/cherokee/media/images/admin_icons1.png
share/doc/cherokee/media/images/admin_icons2.png
share/doc/cherokee/media/images/admin_icons3.png
share/doc/cherokee/media/images/admin_index.png
share/doc/cherokee/media/images/admin_info_sources.png
share/doc/cherokee/media/images/admin_launch.png
share/doc/cherokee/media/images/admin_mime.png
share/doc/cherokee/media/images/admin_noconfig.png
share/doc/cherokee/media/images/admin_notrunning.png
share/doc/cherokee/media/images/admin_rule_regex.png
@ -913,11 +1043,8 @@ share/doc/cherokee/media/images/admin_vserver_errors.png
share/doc/cherokee/media/images/admin_vserver_evhost.png
share/doc/cherokee/media/images/admin_vserver_loggers.png
share/doc/cherokee/media/images/admin_vserver_security.png
share/doc/cherokee/media/images/admin_vserver_vserver.png
share/doc/cherokee/media/images/admin_vserver_wizard.png
share/doc/cherokee/media/images/admin_vserver_wizard_misc.png
share/doc/cherokee/media/images/admin_vservers_wizard.png
share/doc/cherokee/media/images/admin_vservers_wizard_misc.png
share/doc/cherokee/media/images/cookbook_alfresco_alfresco.png
share/doc/cherokee/media/images/cookbook_alfresco_assistant.png
share/doc/cherokee/media/images/cookbook_alfresco_install.png
@ -933,6 +1060,8 @@ share/doc/cherokee/media/images/cookbook_django_common.png
share/doc/cherokee/media/images/cookbook_django_infosources.png
share/doc/cherokee/media/images/cookbook_drupal.png
share/doc/cherokee/media/images/cookbook_glassfish.png
share/doc/cherokee/media/images/cookbook_https_accelerator_handler.png
share/doc/cherokee/media/images/cookbook_https_accelerator_sources.png
share/doc/cherokee/media/images/cookbook_joomla.png
share/doc/cherokee/media/images/cookbook_liferay.png
share/doc/cherokee/media/images/cookbook_mailman.png
@ -1003,6 +1132,7 @@ share/doc/cherokee/media/images/other_graphs_timeouts.png
share/doc/cherokee/media/images/other_graphs_traffic.png
share/doc/cherokee/media/images/proxy_phase1.png
share/doc/cherokee/media/images/proxy_phase2.png
share/doc/cherokee/media/images/screencast.png
share/doc/cherokee/media/images/tracelor.png
share/doc/cherokee/modules.html
share/doc/cherokee/modules_balancers.html
@ -1021,6 +1151,7 @@ share/doc/cherokee/modules_handlers_dirlist.html
share/doc/cherokee/modules_handlers_empty_gif.html
share/doc/cherokee/modules_handlers_fcgi.html
share/doc/cherokee/modules_handlers_file.html
share/doc/cherokee/modules_handlers_postreport.html
share/doc/cherokee/modules_handlers_proxy.html
share/doc/cherokee/modules_handlers_redir.html
share/doc/cherokee/modules_handlers_scgi.html
@ -1042,6 +1173,14 @@ share/doc/cherokee/modules_validators_mysql.html
share/doc/cherokee/modules_validators_pam.html
share/doc/cherokee/modules_validators_plain.html
share/doc/cherokee/other.html
share/doc/cherokee/other_bundle.html
share/doc/cherokee/other_bundle_cget.html
share/doc/cherokee/other_bundle_cherokee-admin.html
share/doc/cherokee/other_bundle_cherokee-config.html
share/doc/cherokee/other_bundle_cherokee-tweak.html
share/doc/cherokee/other_bundle_cherokee-worker.html
share/doc/cherokee/other_bundle_cherokee.html
share/doc/cherokee/other_bundle_spawn-fcgi.html
share/doc/cherokee/other_community.html
share/doc/cherokee/other_errors.html
share/doc/cherokee/other_faq.html