From 91c2e17935943f2e3d955a7c4930e1892c4b89d0 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 26 Feb 2001 04:52:04 +0000 Subject: [PATCH] All but proxy_module can be loaded and shut down without gp faulting :-) Can't decide what to do with the proxy_module section... so I'm leaving it alone for now. mod_info and mod_status both work, although the access control appears broken. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88342 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-win.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index a41ac4702d..d89380bd0f 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -145,13 +145,16 @@ ThreadsPerChild 250 # Note: The order in which modules are loaded is important. Don't change # the order below without expert advice. # -#LoadModule anon_auth_module modules/mod_auth_anon.so +#LoadModule auth_anon_module modules/mod_auth_anon.so #LoadModule auth_dbm_module modules/mod_auth_dbm.so #LoadModule auth_digest_module modules/mod_auth_digest.so #LoadModule cern_meta_module modules/mod_cern_meta.so +#LoadModule dav_module modules/mod_dav.so +#LoadModule dav_fs_module modules/mod_dav_fs.so #LoadModule expires_module modules/mod_expires.so #LoadModule file_cache_module modules/mod_file_cache.so #LoadModule headers_module modules/mod_headers.so +#LoadModule info_module modules/mod_info.so #LoadModule proxy_module modules/mod_proxy.so #LoadModule rewrite_module modules/mod_rewrite.so #LoadModule speling_module modules/mod_speling.so -- 2.49.0