]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- disable ssl_request_log, leave note that enabling it would override default accesslog auto/ac/apache-2_2_10-3 auto/ac/apache-2_2_11-1 auto/ac/apache-2_2_11-5 auto/ac/apache-2_2_11-7 auto/th/apache-2_2_10-4 auto/th/apache-2_2_11-2 auto/th/apache-2_2_11-3 auto/th/apache-2_2_11-4 auto/th/apache-2_2_11-5 auto/th/apache-2_2_11-6 auto/th/apache-2_2_11-8 auto/ti/apache-2_2_10-4 auto/ti/apache-2_2_11-2 auto/ti/apache-2_2_11-3 auto/ti/apache-2_2_11-4
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 5 Nov 2008 17:27:28 +0000 (17:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_ssl.conf -> 1.18
    apache1-mod_ssl.conf -> 1.8

apache-mod_ssl.conf
apache1-mod_ssl.conf

index 4824d827ee8f2bb314e5cb70c8bcb3b7f0f99730..3d2c83f5eeb56e0a61482a5d5d835b2dce3b551e 100644 (file)
@@ -210,9 +210,11 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   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.
-<IfModule mod_log_config.c>
-       CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
-</IfModule>
+#<IfModule mod_log_config.c>
+#      CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+#      # enable common log too, otherwise you be suprised of no access logs
+#      CustomLog logs/access_log common
+#</IfModule>
 
 </VirtualHost>
 
index fcf281d6fc8c4f3c4ed386ea096487f8b38f18c0..a84b3f1baf5c7f3c02244d88d1a517e76142a10e 100644 (file)
@@ -86,9 +86,11 @@ SSLCertificateKeyFile /etc/apache/server.key
        SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
 </IfModule>
 
-<IfModule mod_log_config.c>
-       CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
-</IfModule>
+#<IfModule mod_log_config.c>
+#      CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+#      # enable common log too, otherwise you be suprised of no access logs
+#      CustomLog logs/access_log common
+#</IfModule>
 
 </VirtualHost>
 
This page took 0.088042 seconds and 4 git commands to generate.