Mailing List Archive

cvs commit: apache-1.3/conf httpd.conf-dist-win
marc 98/03/20 21:05:20

Modified: conf httpd.conf-dist-win
Log:
Be nice now; give people a list of read-made LoadModule lines
to pick and choose from.

Revision Changes Path
1.10 +18 -0 apache-1.3/conf/httpd.conf-dist-win

Index: httpd.conf-dist-win
===================================================================
RCS file: /export/home/cvs/apache-1.3/conf/httpd.conf-dist-win,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- httpd.conf-dist-win 1998/03/06 19:56:24 1.9
+++ httpd.conf-dist-win 1998/03/21 05:05:19 1.10
@@ -16,6 +16,24 @@

ServerType standalone

+#
+# The following lists extra modules that can be uncommented to be loaded
+# to enable extra functionality. See the manual
+# (http://www.apache.org/docs/mod/) for details on the functionality
+# of each module.
+#
+#LoadModule anon_auth_module modules/ApacheModuleAuthAnon.dll
+#LoadModule cern_meta_module modules/ApacheModuleCERNMeta.dll
+#LoadModule digest_module modules/ApacheModuleDigest.dll
+#LoadModule expires_module modules/ApacheModuleExpires.dll
+#LoadModule headers_module modules/ApacheModuleHeaders.dll
+#LoadModule proxy_module modules/ApacheModuleProxy.dll
+#LoadModule rewrite_module modules/ApacheModuleRewrite.dll
+#LoadModule speling_module modules/ApacheModuleSpeling.dll
+#LoadModule status_module modules/ApacheModuleStatus.dll
+#LoadModule usertrack_module modules/ApacheModuleUserTrack.dll
+
+
# Port: The port the standalone listens to.

Port 80