]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- use logs/ symlink for log dirs
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Dec 2005 15:11:57 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_ssl.conf -> 1.11

apache-mod_ssl.conf

index 578e9ac48ed634605f9748e23de1b9f44f6fd94f..346ce9c3ecbb7b35f67342cc0fc75475e3535e6c 100644 (file)
@@ -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"
 
 </VirtualHost>
This page took 0.096462 seconds and 4 git commands to generate.