]> git.pld-linux.org Git - packages/apache.git/commitdiff
+ ServerToken (disabled?)
authorspeedy <speedy@pld-linux.org>
Fri, 23 Apr 2004 10:06:57 +0000 (10:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
+ more BrowserMatch "^.*" redirect-carefully

Changed files:
    apache-httpd.conf -> 1.33

apache-httpd.conf

index 67b6c05f285626ea57b726c58f24a1f1fdadf351..66a6b03597415cea165d2570b9f578d48843c7ab 100644 (file)
@@ -506,6 +506,7 @@ CustomLog /var/log/httpd/access_log common
 # Set to one of:  On | Off | EMail
 #
 ServerSignature On
+#ServerTokens Prod
 
 #
 # Aliases: Add here as many aliases as you need (with no limit). The format is 
@@ -934,5 +935,5 @@ BrowserMatch "JDK/1\.0" force-response-1.0
 #
 BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
 BrowserMatch "^WebDrive" redirect-carefully
-
-
+BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
+BrowserMatch "^gnome-vfs" redirect-carefully
This page took 0.058614 seconds and 4 git commands to generate.