chuck 96/09/17 07:27:31
Modified: conf httpd.conf-dist
Log:
Submitted by: Chuck Murcko
Part 1 of Netscape 2.x keepalive fix, using mod_browser.
Revision Changes Path
1.7 +7 -1 apache/conf/httpd.conf-dist
Index: httpd.conf-dist
===================================================================
RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** httpd.conf-dist 1996/09/02 08:30:11 1.6
--- httpd.conf-dist 1996/09/17 14:27:28 1.7
***************
*** 1,6 ****
# This is the main server configuration file. See URL http://www.apache.org/
# for instructions.
! # $Id: httpd.conf-dist,v 1.6 1996/09/02 08:30:11 mjc 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.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
***************
*** 30,35 ****
--- 30,41 ----
# On SCO (ODT 3) use User nouser and Group nogroup
User nobody
Group #-1
+
+ # The following directive disables keepalives and HTTP header flushes for
+ # 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.