summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-15 10:54:09 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-15 10:54:09 -0500
commit6b51b05fcbb9f4ba257aa2c7d60741d7a0eca6d0 (patch)
treeaa469b484b49967987920adf10979bc2a7345eb5 /files
parent0a1b3320978802a7420cd8778031a0f79163d4d0 (diff)
fix log path in include.d/Debian/ssl_defaults.inc
Diffstat (limited to 'files')
-rw-r--r--files/include.d/Debian/ssl_defaults.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/include.d/Debian/ssl_defaults.inc b/files/include.d/Debian/ssl_defaults.inc
index 5cc663f..3a67cd3 100644
--- a/files/include.d/Debian/ssl_defaults.inc
+++ b/files/include.d/Debian/ssl_defaults.inc
@@ -1,7 +1,7 @@
# 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
+ErrorLog /var/log/apache2/ssl_error_log
+TransferLog /var/log/apache2/ssl_access_log
LogLevel warn
# SSL Engine Switch:
@@ -137,5 +137,5 @@ SetEnvIf User-Agent ".*MSIE.*" \
# Per-Server Logging:
# The home of a custom SSL log file. Use this when you want a
# compact non-error SSL logfile on a virtual host basis.
-CustomLog logs/ssl_request_log \
+CustomLog /var/log/apache2/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"