Paolo Tonin wrote: > Must i set MaxProcessors in httpd.conf as the sum of every > MaxProcessors in the every virtualhost? MaxProcessors in httpd.conf sets the default value used for every virtualhost.
MaxClients should be the limit of all subprocesses (multiplexers and processors), although i'm not sure what's the difference between MaxClients and ServerLimit (perhaps this is something that peruser does not use). You should check the server-status page to see if the limits are just too low. If the whole server is not responding then it's probably something with the multiplexers. -- DataCode OY http://www.kood.ee _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
