Author: glen                         Date: Wed Nov  5 17:27:33 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable ssl_request_log, leave note that enabling it would override default 
accesslog

---- Files affected:
SOURCES:
   apache1-mod_ssl.conf (1.7 -> 1.8) , apache-mod_ssl.conf (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SOURCES/apache1-mod_ssl.conf
diff -u SOURCES/apache1-mod_ssl.conf:1.7 SOURCES/apache1-mod_ssl.conf:1.8
--- SOURCES/apache1-mod_ssl.conf:1.7    Thu Jun 15 19:00:42 2006
+++ SOURCES/apache1-mod_ssl.conf        Wed Nov  5 18:27:27 2008
@@ -86,9 +86,11 @@
        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>
 

================================================================
Index: SOURCES/apache-mod_ssl.conf
diff -u SOURCES/apache-mod_ssl.conf:1.17 SOURCES/apache-mod_ssl.conf:1.18
--- SOURCES/apache-mod_ssl.conf:1.17    Thu Jun 15 19:14:50 2006
+++ SOURCES/apache-mod_ssl.conf Wed Nov  5 18:27:28 2008
@@ -210,9 +210,11 @@
 #   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>
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache1-mod_ssl.conf?r1=1.7&r2=1.8&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache-mod_ssl.conf?r1=1.17&r2=1.18&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to