X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_ssl.git;a=blobdiff_plain;f=apache-mod_ssl.conf;h=346ce9c3ecbb7b35f67342cc0fc75475e3535e6c;hp=578e9ac48ed634605f9748e23de1b9f44f6fd94f;hb=c1140a1c87aa0138ae87fb151e82a12cb9a875ff;hpb=d7c7c9e82c7dc25c4293f5b8e917831322f0e432 diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf index 578e9ac..346ce9c 100644 --- a/apache-mod_ssl.conf +++ b/apache-mod_ssl.conf @@ -75,8 +75,8 @@ SSLMutex file:/var/run/ssl_mutex DocumentRoot "/home/services/httpd/html" ServerName www.example.com:443 ServerAdmin you@example.com -ErrorLog /var/log/httpd/error_log -TransferLog /var/log/httpd/access_log +ErrorLog logs/error_log +TransferLog logs/access_log # SSL Engine Switch: # Enable/Disable SSL for this virtual host. @@ -223,7 +223,7 @@ BrowserMatch ".*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 /var/log/httpd/ssl_request_log \ +CustomLog logs/ssl_request_log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"