diff options
author | 2004-04-13 00:48:49 +0000 | |
---|---|---|
committer | 2004-04-13 00:48:49 +0000 | |
commit | 893f9571ddc1a72ffab9c520257d861428aeff7c (patch) | |
tree | 54a4651943827fcca4bc27b971eb166d2da597e0 | |
parent | new _dhcp user for, well, dhcp stuff, theo ok (diff) | |
download | wireguard-openbsd-893f9571ddc1a72ffab9c520257d861428aeff7c.tar.xz wireguard-openbsd-893f9571ddc1a72ffab9c520257d861428aeff7c.zip |
commented out LoadModule statement for mod_proxy like we do for the other
modules, From: Robert McMeekin <rrm3@rrm3.org>
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf | 5 |
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 |