chuck 96/09/17 13:02:20
Modified: conf httpd.conf-dist
Log:
Submitted by: Chuck Murcko
Fixed regexp for BrowserMatch (nokeepalive).
Revision Changes Path
1.8 +2 -2 apache/conf/httpd.conf-dist
Index: httpd.conf-dist
===================================================================
RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
retrieving revision 1.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** httpd.conf-dist 1996/09/17 14:27:28 1.7
--- httpd.conf-dist 1996/09/17 20:02:17 1.8
***************
*** 1,6 ****
# This is the main server configuration file. See URL http://www.apache.org/
# for instructions.
! # $Id: httpd.conf-dist,v 1.7 1996/09/17 14:27:28 chuck Exp $
# Do NOT simply read the instructions in here without understanding
# what they do, if you are unsure consult the online docs. You have been
--- 1,6 ----
# This is the main server configuration file. See URL http://www.apache.org/
# for instructions.
! # $Id: httpd.conf-dist,v 1.8 1996/09/17 20:02:17 chuck Exp $
# Do NOT simply read the instructions in here without understanding
# what they do, if you are unsure consult the online docs. You have been
***************
*** 35,41 ****
# Netscape 2.x and browsers which spoof it. There are known problems with
# these
! BrowserMatch ^Mozilla/2* nokeepalive
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.
--- 35,41 ----
# Netscape 2.x and browsers which spoof it. There are known problems with
# these
! BrowserMatch Mozilla/2 nokeepalive
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.