From 06e1daa4e2116e0fd09fb30a8ce12cc6ee3f7661 Mon Sep 17 00:00:00 2001 From: sam Date: Sat, 18 Oct 2008 20:30:02 +0000 Subject: [PATCH] Another attempt at serving htdocs/common through mod_python. git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@2976 92316355-f0b4-4df1-b90c-862c8a59935f --- trac/conf/trac.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/trac/conf/trac.ini b/trac/conf/trac.ini index 8d568d7..ccafcca 100644 --- a/trac/conf/trac.ini +++ b/trac/conf/trac.ini @@ -103,7 +103,10 @@ check_auth_ip = true database = sqlite:db/trac.db default_charset = utf-8 default_handler = WikiModule -htdocs_location = /srv/caca.zoy.org/var/lib/trac-test/htdocs +# Poor hack to serve htdocs/common through Trac. Apparently +# that directory only overrides /usr/share/... in CGI mode, not +# when using mod_python +htdocs_location = http://cacatest.zoy.org/chrome/site/common ignore_auth_case = false mainnav = wiki,timeline,tickets,newticket,browser,search metanav = login,logout,settings,help,about