From 6b51b05fcbb9f4ba257aa2c7d60741d7a0eca6d0 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Mon, 15 Feb 2010 10:54:09 -0500 Subject: fix log path in include.d/Debian/ssl_defaults.inc --- files/include.d/Debian/ssl_defaults.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files') 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" -- cgit v1.2.3