Fixed apache config on Debian/Ubuntu in puppet module
This commit is contained in:
parent
42fd785e66
commit
1ebd8e7aff
2 changed files with 15 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue