You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/02/26 14:32:34 UTC

cvs commit: httpd-2.0/include httpd.h

jorton      2004/02/26 05:32:34

  Modified:    include  httpd.h
  Log:
  * include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd alone includes
  about 60 modules already.
  
  Revision  Changes    Path
  1.210     +1 -1      httpd-2.0/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/httpd.h,v
  retrieving revision 1.209
  retrieving revision 1.210
  diff -w -d -u -r1.209 -r1.210
  --- httpd.h	9 Feb 2004 20:38:21 -0000	1.209
  +++ httpd.h	26 Feb 2004 13:32:34 -0000	1.210
  @@ -95,7 +95,7 @@
   
   /* Maximum number of dynamically loaded modules */
   #ifndef DYNAMIC_MODULE_LIMIT
  -#define DYNAMIC_MODULE_LIMIT 64
  +#define DYNAMIC_MODULE_LIMIT 128
   #endif
   
   /* Default administrator's address */