[Erp5-report] r34912 rafael - /erp5/trunk/buildout/instance-profiles/apache.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Sat May 1 01:38:10 CEST 2010


Author: rafael
Date: Sat May  1 01:38:09 2010
New Revision: 34912

URL: http://svn.erp5.org?rev=34912&view=rev
Log:
Use configuration:httpd_extra_conf to extend httpd configuration.

Modified:
    erp5/trunk/buildout/instance-profiles/apache.cfg

Modified: erp5/trunk/buildout/instance-profiles/apache.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/apache.cfg?rev=34912&r1=34911&r2=34912&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/apache.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/apache.cfg [utf8] Sat May  1 01:38:09 2010
@@ -9,6 +9,8 @@
 httpd_cgibin = ${:httpd_datadir}/cgi-bin
 httpd_vhost_rewrite_rules =
   RewriteRule      ^/static(.*) ${configuration:httpd_htdocs}$1 [L]
+httpd_extra_conf = 
+  # Additional Configuration
 
 [apache-httpd]
 recipe = collective.recipe.template




More information about the Erp5-report mailing list