[Erp5-report] r34691 rafael - /erp5/trunk/buildout/templates/httpd.vhost.conf.in

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 20 22:02:23 CEST 2010


Author: rafael
Date: Tue Apr 20 22:02:19 2010
New Revision: 34691

URL: http://svn.erp5.org?rev=34691&view=rev
Log:
Added configuration file to setup Virtual Hosts into apache.

Added:
    erp5/trunk/buildout/templates/httpd.vhost.conf.in

Added: erp5/trunk/buildout/templates/httpd.vhost.conf.in
URL: http://svn.erp5.org/erp5/trunk/buildout/templates/httpd.vhost.conf.in?rev=34691&view=auto
==============================================================================
--- erp5/trunk/buildout/templates/httpd.vhost.conf.in (added)
+++ erp5/trunk/buildout/templates/httpd.vhost.conf.in [utf8] Tue Apr 20 22:02:19 2010
@@ -1,0 +1,18 @@
+<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>




More information about the Erp5-report mailing list