]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
- BuildRequires: postgresql-devel (thx to kamyk for noticing that one)
[packages/apache.git] / apache-httpd.conf
index 7b76b6d4d12bc20b06c4ea26ee86c38ab68b8fdc..a465b5f2e9af90746456ae1f9b5faffcbcf15e3c 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 #
 # Based upon the NCSA server configuration files originally by Rob McCool.
 #
@@ -607,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 
@@ -859,23 +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.035597 seconds and 4 git commands to generate.