From: Sander Striker Date: Thu, 15 Jul 2004 19:28:06 +0000 (+0000) Subject: * docs/conf/httpd-std.conf.in X-Git-Tag: pre_ajp_proxy~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6adbfe910788605ec5db62f05979251dd0db3b6c;p=apache * docs/conf/httpd-std.conf.in * docs/conf/httpd-win.conf Add XML Spy to the clients who need to be carefully redirected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104300 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 55f9fe35f1..8ff47bf3e2 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -1001,6 +1001,7 @@ ServerSignature On BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully + BrowserMatch "^XML Spy" redirect-carefully diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 337c06fa79..22a5809b59 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -944,6 +944,7 @@ BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-caref BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully +BrowserMatch "^XML Spy" redirect-carefully # # Allow server status reports generated by mod_status,