Mailing List Archive

cvs commit: apache-1.3/conf httpd.conf-dist
rse 98/04/17 01:05:51

Modified: conf httpd.conf-dist
Log:
Update the DSO comment in the default httpd.conf file.

Revision Changes Path
1.26 +10 -5 apache-1.3/conf/httpd.conf-dist

Index: httpd.conf-dist
===================================================================
RCS file: /export/home/cvs/apache-1.3/conf/httpd.conf-dist,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- httpd.conf-dist 1998/04/01 13:16:39 1.25
+++ httpd.conf-dist 1998/04/17 08:05:50 1.26
@@ -7,11 +7,16 @@

# Originally by Rob McCool

-# Shared Object Module Loading:
-# To be able to use the functionality of a module which was built
-# as a shared object you have to place corresponding `LoadModule'
-# lines at this location so the directives contained in it are
-# actually available _before_ they are used.
+# Dynamic Shared Object (DSO) Support
+#
+# To be able to use the functionality of a module which was built as a DSO you
+# have to place corresponding `LoadModule' lines at this location so the
+# directives contained in it are actually available _before_ they are used.
+# Please read the file README.DSO in the Apache 1.3 distribution for more
+# details about the DSO mechanism and run `httpd -l' for the list of already
+# built-in (statically linked and thus always available) modules in your httpd
+# binary.
+#
# Example:
# LoadModule foo_module libexec/mod_foo.so