]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
rel 9; important fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=31875
[packages/apache.git] / apache-httpd.conf
index 55cd23650d3f1b14cebbaa0ad4cd24ea4f842776..a465b5f2e9af90746456ae1f9b5faffcbcf15e3c 100644 (file)
@@ -608,7 +608,7 @@ ScriptAlias /cgi-bin/ "/home/services/httpd/cgi-bin/"
 #
 AddEncoding x-compress Z
 AddEncoding x-gzip gz tgz
-       
+
 #
 # DefaultLanguage and AddLanguage allows you to specify the language of 
 # a document. You can then use content negotiation to give a browser a 
@@ -860,24 +860,26 @@ AddHandler type-map var
 </IfModule>
 </IfModule>
 
+<IfModule mod_setenvif.c>
 #
 # The following directives modify normal HTTP response behavior to
 # handle known problems with browser implementations.
 #
-BrowserMatch "Mozilla/2" nokeepalive
-BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
-BrowserMatch "RealPlayer 4\.0" force-response-1.0
-BrowserMatch "Java/1\.0" force-response-1.0
-BrowserMatch "JDK/1\.0" force-response-1.0
-
+    BrowserMatch "Mozilla/2" nokeepalive
+    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
+    BrowserMatch "RealPlayer 4\.0" force-response-1.0
+    BrowserMatch "Java/1\.0" force-response-1.0
+    BrowserMatch "JDK/1\.0" force-response-1.0
 #
 # The following directive disables redirects on non-GET requests for
 # a directory that does not include the trailing slash.  This fixes a 
 # problem with Microsoft WebFolders which does not appropriately handle 
 # redirects for folders with DAV methods.
 #
-BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
-BrowserMatch "^WebDrive" redirect-carefully
-BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
-BrowserMatch "^gnome-vfs" redirect-carefully
+    BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
+    BrowserMatch "^WebDrive" redirect-carefully
+    BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
+    BrowserMatch "^gnome-vfs" redirect-carefully
+</IfModule>
+
 # vim: filetype=apache ts=4 sw=4 et
This page took 0.028724 seconds and 4 git commands to generate.