Commit 57daf3fe authored by Rafael Monnerat's avatar Rafael Monnerat

Use configuration:httpd_extra_conf to extend httpd configuration.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34912 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01ceba9c
......@@ -9,6 +9,8 @@ httpd_htdocs = ${:httpd_datadir}/htdocs
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
......
......@@ -154,4 +154,6 @@ SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
${configuration:httpd_extra_conf}
Include ${buildout:var-directory}/etc/*.vhost.conf
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment