Commit 3df4e02e authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent c172b8ce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.
+3 −3
Original line number Diff line number Diff line
@@ -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.