You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/08/09 22:59:00 UTC

cvs commit: httpd-2.0/modules/generators config5.m4

rbb         01/08/09 13:59:00

  Modified:    modules/generators config5.m4
  Log:
  We want to use mod_cgid with the worker MPM as well.
  
  Revision  Changes    Path
  1.8       +1 -1      httpd-2.0/modules/generators/config5.m4
  
  Index: config5.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/config5.m4,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config5.m4	2001/05/12 03:48:31	1.7
  +++ config5.m4	2001/08/09 20:59:00	1.8
  @@ -13,7 +13,7 @@
   
   APR_ADDTO(LT_LDFLAGS,-export-dynamic)
   
  -if test "$apache_cv_mpm" = "threaded" -o "$apache_cv_mpm" = "perchild"; then
  +if test "$apache_cv_mpm" = "worker" -o "$apache_cv_mpm" = "threaded" -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)