From: William A. Rowe Jr Date: Sun, 10 Jun 2001 20:47:22 +0000 (+0000) Subject: Whoops, wanted the original unix language, not win32's, for both X-Git-Tag: 2.0.19~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8462ec0394686e6f69ee34e4dd9248f82cc3d44;p=apache Whoops, wanted the original unix language, not win32's, for both git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89330 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 6750fa9424..803a552e39 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -835,9 +835,9 @@ AddType application/x-tar .tgz #ErrorDocument 402 "http://some.other_server.com/info.html is the place to look" # treated as case '1' as it has spaces and thus is not a valid URL # -# The following directives disable keepalives and HTTP header flushes. -# The first directive disables it for Netscape 2.x and browsers which -# spoof it. There are known problems with these. +# The following directives modify normal HTTP response behavior. +# The first directive disables keepalive for Netscape 2.x and browsers that +# spoof it. There are known problems with these browser implementations. # The second directive is for Microsoft Internet Explorer 4.0b2 # which has a broken HTTP/1.1 implementation and does not properly # support keepalive when it is used on 301 or 302 (redirect) responses. diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 0e4eb57fc6..143dd46aa1 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -766,9 +766,9 @@ AddType application/x-tar .tgz #ErrorDocument 402 "http://some.other_server.com/info.html is the place to look" # treated as case '1' as it has spaces and thus is not a valid URL # -# The following directives disable keepalives and HTTP header flushes. -# The first directive disables it for Netscape 2.x and browsers which -# spoof it. There are known problems with these. +# The following directives modify normal HTTP response behavior. +# The first directive disables keepalive for Netscape 2.x and browsers that +# spoof it. There are known problems with these browser implementations. # The second directive is for Microsoft Internet Explorer 4.0b2 # which has a broken HTTP/1.1 implementation and does not properly # support keepalive when it is used on 301 or 302 (redirect) responses.