summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/conf/httpd.conf
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-04-13 00:48:50 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-04-13 00:48:50 +0000
commit924ef43b43ab8494440fa1921eadb9d83640d1a9 (patch)
tree8f65917a2b76f79bee23e4e95d46b514348aeb1b /usr.sbin/httpd/conf/httpd.conf
parentac8e0e5dcd2fb563de9d1d7c67b29e32fd3a6054 (diff)
commented out LoadModule statement for mod_proxy like we do for the other
modules, From: Robert McMeekin <rrm3@rrm3.org>
Diffstat (limited to 'usr.sbin/httpd/conf/httpd.conf')
-rw-r--r--usr.sbin/httpd/conf/httpd.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf
index 867ae6eafd0..e0139965b14 100644
--- a/usr.sbin/httpd/conf/httpd.conf
+++ b/usr.sbin/httpd/conf/httpd.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: httpd.conf,v 1.16 2003/11/06 11:11:23 henning Exp $
+# $OpenBSD: httpd.conf,v 1.17 2004/04/13 00:48:49 henning Exp $
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
@@ -251,6 +251,9 @@ MaxRequestsPerChild 0
# dynamically configured mass virtual hosting
# LoadModule vhost_alias_module /usr/lib/apache/modules/mod_vhost_alias.so
+# caching proxy
+# LoadModule proxy_module /usr/lib/apache/modules/libproxy.so
+
#
# ExtendedStatus controls whether Apache will generate "full" status
# information (ExtendedStatus On) or just basic information (ExtendedStatus