## This will produce a verbose output on package installations of web server modules and web application
## installations which interact with Apache
#export APACHE2_MAINTSCRIPT_DEBUG=1
+
+# See https://groups.google.com/forum/#!topic/trac-users/TOoDwxhoztw
+export PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1
PythonOption TracEnv <%= scope.lookupvar('apache::sites_folder') %>/$site/trac
PythonOption TracUriRoot /trac
- # See https://groups.google.com/forum/#!topic/trac-users/TOoDwxhoztw
- SetEnv PKG_RESOURCES_CACHE_ZIP_MANIFESTS 1
-
# This prevents strange behavior when using trac
# in the same virtual host with software that
# has rewrite rules in .htaccess, such as drupal