]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
I have no idea if the load order is correct here, I suspect it's close.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Oct 2001 03:46:55 +0000 (03:46 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Oct 2001 03:46:55 +0000 (03:46 +0000)
  Would some 1.3 module ordering guru please double check ... the built
  in modules are detailed in apache-1.3/src/os/modules.c.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91269 13f79535-47bb-0310-9956-ffa450edef68

conf/httpd.conf-dist-win

index 18c62b3fe221c70c23737516d44bcb02fc4b365a..b57992e5b6cfba07cd3cd439488f55e3593215b7 100644 (file)
@@ -187,6 +187,7 @@ ThreadsPerChild 50
 # Note: The order in which modules are loaded is important.  Don't change
 # the order below without expert advice.
 #
+#LoadModule vhost_alias_module modules/mod_vhost_alias.so
 #LoadModule anon_auth_module modules/mod_auth_anon.so
 #LoadModule dbm_auth_module modules/mod_auth_dbm.so
 #LoadModule digest_auth_module modules/mod_auth_digest.so
@@ -199,6 +200,7 @@ ThreadsPerChild 50
 #LoadModule speling_module modules/mod_speling.so
 #LoadModule info_module modules/mod_info.so
 #LoadModule status_module modules/mod_status.so
+#LoadModule unique_id_module modules/mod_unique_id.so
 #LoadModule usertrack_module modules/mod_usertrack.so
 
 #