[csw-devel] SF.net SVN: gar:[11086] csw/mgar/pkg/apache2/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Sep 29 04:17:27 CEST 2010


Revision: 11086
          http://gar.svn.sourceforge.net/gar/?rev=11086&view=rev
Author:   bdwalton
Date:     2010-09-29 02:17:27 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
apache2: force prefork to be last modulation so httpd.conf is readily available in full form

Modified Paths:
--------------
    csw/mgar/pkg/apache2/trunk/Makefile

Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile	2010-09-29 02:15:44 UTC (rev 11085)
+++ csw/mgar/pkg/apache2/trunk/Makefile	2010-09-29 02:17:27 UTC (rev 11086)
@@ -18,7 +18,13 @@
 
 # Build multiple mpm's and merge them all into one install
 EXTRA_MODULATORS = MPM
-MODULATIONS_MPM = prefork worker
+# !!!NOTE, NOTE, NOTE!!! prefork must be last as it's the one where
+# all modules are built.  This affects the default httpd.conf that
+# gets generated.  The other modulations will generate httpd.conf
+# files that lack the important LoadModule lines.  This is primarily
+# useful at version bump time when files/httpd.conf.CSW may need an
+# update to reflect new modules, etc.
+MODULATIONS_MPM = worker prefork
 
 MERGE_SCRIPTS_isa-default-mpm-prefork = copy-all
 MERGE_SCRIPTS_isa-default-mpm-worker = copy-all


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list