SOURCES: apache-mod_ssl.conf - add IfModule not to fail in case of...

glen glen at pld-linux.org
Thu Jun 15 19:08:58 CEST 2006


Author: glen                         Date: Thu Jun 15 17:08:58 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add IfModule not to fail in case of missing modules

---- Files affected:
SOURCES:
   apache-mod_ssl.conf (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SOURCES/apache-mod_ssl.conf
diff -u SOURCES/apache-mod_ssl.conf:1.15 SOURCES/apache-mod_ssl.conf:1.16
--- SOURCES/apache-mod_ssl.conf:1.15	Thu Jun 15 19:00:41 2006
+++ SOURCES/apache-mod_ssl.conf	Thu Jun 15 19:08:53 2006
@@ -211,14 +211,16 @@
 #   Similarly, one has to force some clients to use HTTP/1.0 to workaround
 #   their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
 #   "force-response-1.0" for this.
-BrowserMatch ".*MSIE.*" \
-		 nokeepalive ssl-unclean-shutdown \
-		 downgrade-1.0 force-response-1.0
+<IfModule mod_setenvif.c>
+	BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
+</IfModule>
 
 #   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 "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+<IfModule mod_log_config.c>
+	CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+</IfModule>
 
 </VirtualHost>
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache-mod_ssl.conf?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list