From: Chuck Murcko Date: Sun, 16 Sep 2001 19:15:59 +0000 (+0000) Subject: Close the same directive we open X-Git-Tag: 2.0.26~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e55737d7c3010ffc5d39f35ad9be3bd6813fe5b1;p=apache Close the same directive we open git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91041 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-nw.conf b/docs/conf/httpd-nw.conf index fc9f5d6556..5667c55709 100644 --- a/docs/conf/httpd-nw.conf +++ b/docs/conf/httpd-nw.conf @@ -891,7 +891,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0 # Order deny,allow # Deny from all # Allow from .your_domain.com -# +# # # Enable/disable the handling of HTTP/1.1 "Via:" headers. diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index a7a72de70c..a62ad28f60 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -980,7 +980,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0 # Order deny,allow # Deny from all # Allow from .your_domain.com -# +# # # Enable/disable the handling of HTTP/1.1 "Via:" headers. diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 8aecb03b75..87ee381974 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -883,7 +883,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0 # Order deny,allow # Deny from all # Allow from .your_domain.com -# +# # # Enable/disable the handling of HTTP/1.1 "Via:" headers.