Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: CVS

svn commit: r832778 - /httpd/httpd/trunk/acinclude.m4

 

 

Apache cvs RSS feed   Index | Next | Previous | View Threaded


trawick at apache

Nov 4, 2009, 7:55 AM

Post #1 of 1 (79 views)
Permalink
svn commit: r832778 - /httpd/httpd/trunk/acinclude.m4

Author: trawick
Date: Wed Nov 4 15:55:10 2009
New Revision: 832778

URL: http://svn.apache.org/viewvc?rev=832778&view=rev
Log:
Add a LoadModule directive for the default MPM to the conf file when building MPMs
as shared modules.

Modified:
httpd/httpd/trunk/acinclude.m4

Modified: httpd/httpd/trunk/acinclude.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/acinclude.m4?rev=832778&r1=832777&r2=832778&view=diff
==============================================================================
--- httpd/httpd/trunk/acinclude.m4 (original)
+++ httpd/httpd/trunk/acinclude.m4 Wed Nov 4 15:55:10 2009
@@ -248,6 +248,10 @@
static =
shared = $libname
EOF
+ # add default MPM to LoadModule list
+ if test $1 = $default_mpm; then
+ DSO_MODULES="$DSO_MODULES mpm_$1"
+ fi
fi
$4
fi

Apache cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.