Fixed apache config on Debian/Ubuntu in puppet module

This commit is contained in:
Ossi Salmi 2010-11-05 16:55:06 +02:00 committed by Timo Mkinen
parent 42fd785e66
commit 1ebd8e7aff
2 changed files with 15 additions and 13 deletions

View file

@ -24,6 +24,12 @@ Listen 8140
<VirtualHost _default_:8140>
# Use separate log files for the SSL virtual host; note that LogLevel
# is not inherited from httpd.conf.
ErrorLog /srv/www/log/https/<%= fqdn %>/error_log
CustomLog /srv/www/log/https/<%= fqdn %>/access_log combined
LogLevel warn
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
SSLEngine on