brian 97/07/15 22:02:48
Modified: conf httpd.conf-dist httpd.conf-dist-win srm.conf-dist
srm.conf-dist-win
Log:
PR: 836
RealAudio's Real Player 4 doesn't grok HTTP correctly. Adding this
fixes it; also, I moved the browsermatch directives to srm.conf as
they seemed more appropriate there.
Revision Changes Path
1.15 +2 -6 apache/conf/httpd.conf-dist
Index: httpd.conf-dist
===================================================================
RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
retrieving revision 1.14
retrieving revision 1.15
diff -C3 -r1.14 -r1.15
*** httpd.conf-dist 1997/06/27 02:12:38 1.14
--- httpd.conf-dist 1997/07/16 05:02:44 1.15
***************
*** 22,27 ****
--- 22,28 ----
# e.g. www.apache.org (on) or 204.62.129.132 (off)
# The default is off because it'd be overall better for the net if people
# had to knowingly turn this feature on.
+
HostnameLookups off
# If you wish httpd to run as a different user or group, you must run
***************
*** 31,44 ****
# On SCO (ODT 3) use User nouser and Group nogroup
# On HPUX you may not be able to use shared memory as nobody, and the
# suggested workaround is to create a user www and use that user.
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.
--- 32,40 ----
# On SCO (ODT 3) use User nouser and Group nogroup
# On HPUX you may not be able to use shared memory as nobody, and the
# suggested workaround is to create a user www and use that user.
+
User nobody
Group #-1
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.
1.2 +0 -6 apache/conf/httpd.conf-dist-win
Index: httpd.conf-dist-win
===================================================================
RCS file: /export/home/cvs/apache/conf/httpd.conf-dist-win,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** httpd.conf-dist-win 1997/07/14 19:21:42 1.1
--- httpd.conf-dist-win 1997/07/16 05:02:45 1.2
***************
*** 33,44 ****
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.
--- 33,38 ----
1.15 +13 -0 apache/conf/srm.conf-dist
Index: srm.conf-dist
===================================================================
RCS file: /export/home/cvs/apache/conf/srm.conf-dist,v
retrieving revision 1.14
retrieving revision 1.15
diff -C3 -r1.14 -r1.15
*** srm.conf-dist 1997/07/07 18:18:36 1.14
--- srm.conf-dist 1997/07/16 05:02:46 1.15
***************
*** 208,210 ****
--- 208,223 ----
# mod_mime_magic allows the server to use various hints from the file itself
# to determine its type.
#MimeMagicFile conf/magic
+
+ # 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
+
+ # The following directive disables HTTP/1.1 responses to browsers which
+ # are in violation of the HTTP/1.0 spec by not being able to grok a
+ # basic 1.1 response.
+
+ BrowserMatch "RealPlayer 4.0" force-response-1.0
+
1.2 +13 -0 apache/conf/srm.conf-dist-win
Index: srm.conf-dist-win
===================================================================
RCS file: /export/home/cvs/apache/conf/srm.conf-dist-win,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** srm.conf-dist-win 1997/07/14 19:21:42 1.1
--- srm.conf-dist-win 1997/07/16 05:02:46 1.2
***************
*** 212,214 ****
--- 212,227 ----
# mod_mime_magic allows the server to use various hints from the file itself
# to determine its type.
#MimeMagicFile conf/magic
+
+ # 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
+
+ # The following directive disables HTTP/1.1 responses to browsers which
+ # are in violation of the HTTP/1.0 spec by not being able to grok a
+ # basic 1.1 response.
+
+ BrowserMatch "RealPlayer 4.0" force-response-1.0
+