[Erp5-report] r34911 rafael - /erp5/trunk/buildout/templates/httpd.conf.in
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat May 1 01:37:21 CEST 2010
Author: rafael
Date: Sat May 1 01:37:20 2010
New Revision: 34911
URL: http://svn.erp5.org?rev=34911&view=rev
Log:
Use configuration:httpd_extra_conf to extend httpd configuration.
Modified:
erp5/trunk/buildout/templates/httpd.conf.in
Modified: erp5/trunk/buildout/templates/httpd.conf.in
URL: http://svn.erp5.org/erp5/trunk/buildout/templates/httpd.conf.in?rev=34911&r1=34910&r2=34911&view=diff
==============================================================================
--- erp5/trunk/buildout/templates/httpd.conf.in [utf8] (original)
+++ erp5/trunk/buildout/templates/httpd.conf.in [utf8] Sat May 1 01:37:20 2010
@@ -154,4 +154,6 @@
SSLRandomSeed connect builtin
</IfModule>
+${configuration:httpd_extra_conf}
+
Include ${buildout:var-directory}/etc/*.vhost.conf
More information about the Erp5-report
mailing list