gregames 2002/10/16 08:09:52
Modified: specweb99/specweb99-2.0 config5.m4
Log:
get rid of reference to the threaded mpm
Revision Changes Path
1.2 +1 -1 httpd-test/specweb99/specweb99-2.0/config5.m4
Index: config5.m4
===================================================================
RCS file: /home/cvs/httpd-test/specweb99/specweb99-2.0/config5.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config5.m4 2 May 2002 20:34:13 -0000 1.1
+++ config5.m4 16 Oct 2002 15:09:52 -0000 1.2
@@ -15,7 +15,7 @@
APR_ADDTO(LT_LDFLAGS,-export-dynamic)
-if test "$apache_cv_mpm" = "worker" -o "$apache_cv_mpm" = "threaded" -o
"$apache_cv_mpm" = "perchild"; then
+if test "$apache_cv_mpm" = "worker" -o "$apache_cv_mpm" = "perchild"; then
# if we are using a threaded MPM, we will get better performance with
# mod_cgid, so make it the default.
APACHE_MODULE(cgid, CGI scripts, , , yes)