Commit 7cc0e5d3 authored by Rafael Monnerat's avatar Rafael Monnerat

Added configuration file to setup Virtual Hosts into apache.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34691 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eb563fcf
<VirtualHost *:${configuration:httpd_port}>
ServerName localhost
DocumentRoot ${configuration:httpd_htdocs}
HostnameLookups Off
UseCanonicalName Off
ServerSignature Off
RewriteEngine On
ProxyVia on
ProxyTimeout 1200
${configuration:httpd_vhost_rewrite_rules}
<Location "/">
Order Allow,Deny
Allow from all
</Location>
</VirtualHost>
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