apache2 modules

Jasper Huijsmans jasper at moongroup.com
Wed May 21 11:21:21 GMT 2003


Hey,

I'm no apache wizard, but I believe the below patch does what the
original author intended. For me it build 40 extra modules that were
absent before ;-) This is for the apache2 module.

I have no opinion on whether it's a good thing that even very basic
modules need to be included with LoadModule in this configuration.
Someone who actually uses apache perhaps can comment on that.

Should I commit this?

	Jasper

Index: BUILD
===================================================================
RCS file: /var/cvs/moonbase/web/apache2/BUILD,v
retrieving revision 1.5
diff -u -r1.5 BUILD
--- BUILD       31 Dec 2002 09:13:39 -0000      1.5
+++ BUILD       21 May 2003 08:37:11 -0000
@@ -13,7 +13,7 @@
                --infodir=/usr/share/info                        \
                --mandir=/usr/share/man                          \
                --enable-so                                      \
-               --enable-shared-modules=all                      \
+               --enable-mods-shared=all                      \
                --enable-info                                    \
                --enable-cgi                                     \
                --enable-rewrite                                 \



More information about the Lunar-dev mailing list