]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/commitdiff
- conditionals for module directives
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 17 Mar 2005 13:32:17 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_ssl.conf -> 1.5

apache1-mod_ssl.conf

index 7d55aac051089c1fceb91d5091bb94ee2dc0dff0..6e2c328ec44bdecb2ee65f43c42612ca24963e76 100644 (file)
@@ -87,9 +87,15 @@ SSLCertificateKeyFile /etc/apache/server.key
 <Directory "/home/services/apache/html/cgi-bin">
     SSLOptions +StdEnvVars
 </Directory>
+
+<IfModule mod_setenvif.c>
 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>
 
 </VirtualHost>
 
This page took 0.055331 seconds and 4 git commands to generate.