Error about increasing NumServers is misleading.
There are no NumServers but ServerLimit.
--- httpd-2.0.61/server/mpm/experimental/peruser/peruser.c	2008-02-15 10:56:25.516057058 +0100
+++ httpd-2.0.61/server/mpm/experimental/peruser/peruser.c	2008-02-18 11:30:13.682454547 +0100
@@ -1858,8 +1858,8 @@
     
     if(i == NUM_CHILDS && NUM_CHILDS >= server_limit)
     {
-        _DBG("Trying to use more child ID's than NumServers.  "
-               "Increase NumServers in your config file.");
+        _DBG("Trying to use more child ID's than ServerLimit.  "
+               "Increase ServerLimit in your config file.");
         return NULL;
     }    
 
@@ -1884,8 +1884,8 @@
 
     if(NUM_CHILDS >= server_limit)
     {
-        return "Trying to use more child ID's than NumServers.  "
-               "Increase NumServers in your config file.";
+        return "Trying to use more child ID's than ServerLimit.  "
+               "Increase ServerLimit in your config file.";
     }
 
        if (chroot && !ap_is_directory(pool, chroot))
_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser

Reply via email to