summaryrefslogtreecommitdiff
path: root/files/vhosts.d
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-03-18 10:23:04 +0100
committermh <mh@immerda.ch>2011-03-18 10:23:35 +0100
commit5a93a0363e9f967550d4a4267113e2b0714c06c2 (patch)
tree0974f00d3a17f1ff82ab0db111254f66bb1c5304 /files/vhosts.d
parent5d6a8d82224a63c61d61b3a71703b41809f235d3 (diff)
we don't need these logfiles in the include
Diffstat (limited to 'files/vhosts.d')
-rw-r--r--files/vhosts.d/CentOS/0-default_ssl.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/files/vhosts.d/CentOS/0-default_ssl.conf b/files/vhosts.d/CentOS/0-default_ssl.conf
index 9f8c4b6..d018bcc 100644
--- a/files/vhosts.d/CentOS/0-default_ssl.conf
+++ b/files/vhosts.d/CentOS/0-default_ssl.conf
@@ -8,6 +8,12 @@
Include include.d/ssl_defaults.inc
DocumentRoot /var/www/html
+ # Use separate log files for the SSL virtual host; note that LogLevel
+ # is not inherited from httpd.conf.
+ ErrorLog logs/ssl_error_log
+ TransferLog logs/ssl_access_log
+ LogLevel warn
+
SSLCertificateFile /etc/pki/tls/certs/localhost.crt
SSLCertificateKeyFile /etc/pki/tls/private/localhost.key
</VirtualHost>