Fixed Apache module for Fedora 18 (eg. Apache 2.4 series).

This commit is contained in:
Timo Mkinen 2013-04-24 08:44:19 +03:00
parent f1d7f518d1
commit 7bd26f33d3
4 changed files with 5 additions and 4 deletions

View file

@ -6,5 +6,5 @@
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 %>
Include <%= site_confdir %>
Include <%= site_confdir %>/*.conf
</VirtualHost>