You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2004/07/15 21:28:06 UTC

cvs commit: httpd-2.0/docs/conf httpd-std.conf.in httpd-win.conf

striker     2004/07/15 12:28:06

  Modified:    docs/conf httpd-std.conf.in httpd-win.conf
  Log:
  * docs/conf/httpd-std.conf.in
  * docs/conf/httpd-win.conf
  
    Add XML Spy to the clients who need to be carefully redirected.
  
  Revision  Changes    Path
  1.59      +1 -0      httpd-2.0/docs/conf/httpd-std.conf.in
  
  Index: httpd-std.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- httpd-std.conf.in	23 Apr 2004 22:47:59 -0000	1.58
  +++ httpd-std.conf.in	15 Jul 2004 19:28:06 -0000	1.59
  @@ -1001,6 +1001,7 @@
       BrowserMatch "^WebDrive" redirect-carefully
       BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
       BrowserMatch "^gnome-vfs/1.0" redirect-carefully
  +    BrowserMatch "^XML Spy" redirect-carefully
   </IfModule>
   
   <IfModule mod_status.c>
  
  
  
  1.103     +1 -0      httpd-2.0/docs/conf/httpd-win.conf
  
  Index: httpd-win.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- httpd-win.conf	23 Apr 2004 22:47:59 -0000	1.102
  +++ httpd-win.conf	15 Jul 2004 19:28:06 -0000	1.103
  @@ -944,6 +944,7 @@
   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,