Initial version of apache::server.

This commit is contained in:
Ossi Salmi 2009-11-25 18:04:28 +02:00 committed by Timo Mkinen
parent 130b585eea
commit 819265f038
3 changed files with 1118 additions and 2 deletions

View file

@ -0,0 +1,6 @@
<VirtualHost *:80>
ServerName <%= site_fqdn %>
ErrorLog /srv/www/log/http/<%= site_fqdn %>/error_log
CustomLog /srv/www/log/http/<%= site_fqdn %>/access_log combined
DocumentRoot /srv/www/http/<%= site_fqdn %>
</VirtualHost>