From 924ef43b43ab8494440fa1921eadb9d83640d1a9 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 13 Apr 2004 00:48:50 +0000 Subject: commented out LoadModule statement for mod_proxy like we do for the other modules, From: Robert McMeekin --- usr.sbin/httpd/conf/httpd.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3