Commit 91c2e179 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent deb7ee64
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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