martin 98/09/04 10:10:40
Modified: conf httpd.conf-dist httpd.conf-dist-win
Log:
Proxy is not installed by default: don't configure ProxyVia
Revision Changes Path
1.29 +1 -1 apache-1.3/conf/httpd.conf-dist
Index: httpd.conf-dist
===================================================================
RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- httpd.conf-dist 1998/09/03 18:04:08 1.28
+++ httpd.conf-dist 1998/09/04 17:10:39 1.29
@@ -224,7 +224,7 @@
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
# Set to one of: Off | On | Full | Block
-ProxyVia on
+#ProxyVia on
# To enable the cache as well, edit and uncomment the following lines:
# (no cacheing without CacheRoot)
1.18 +1 -1 apache-1.3/conf/httpd.conf-dist-win
Index: httpd.conf-dist-win
===================================================================
RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist-win,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- httpd.conf-dist-win 1998/09/03 18:04:08 1.17
+++ httpd.conf-dist-win 1998/09/04 17:10:39 1.18
@@ -190,7 +190,7 @@
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
# Set to one of: Off | On | Full | Block
-ProxyVia on
+#ProxyVia on
# To enable the cache as well, edit and uncomment the following lines:
# (no cacheing without CacheRoot)