What is you sever spec? how many user in your server? max request per child is seem to hight. with my try ServerLimit and MaxClients is same value.
2009/12/3 WebMaster / XTRM Hosting Services <[email protected]> > Hi Lazy! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ > <is it always (9)Bad file desc... ? > > Yes! Always the same I have a lot... > [Tue Dec 01 12:49:43 2009] [warn] (9)Bad file descriptor: > apr_socket_opt_set: (TCP_NODELAY) > > <could you recompile with > <#define MPM_PERUSER_DEBUG > <it generates loads of logs so watch out > > I try this. What should verify in specific? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > <do you have keep-alive enabled ? > > > I have it on, when I disable the processes they go crazy!!! > > This is my httpd.conf > TimeOut 120 > KeepAlive On > MaxKeepAliveRequests 0 > KeepAliveTimeout 10 > My peruser.conf > > <IfModule peruser.c> > MinMultiplexers 5 > MaxMultiplexers 20 > #Multiplexer ${APACHE_RUN_USER} ${APACHE_RUN_GROUP} > ProcessorWaitTimeout 2 10 > ServerLimit 850 > MaxClients 800 > MaxRequestsPerChild 10000 > MinProcessors 10 > MinSpareProcessors 5 > MaxProcessors 100 > IdleTimeout 60 > ExpireTimeout 300 > </IfModule> > > Can you comment some better configuration with or without keepalive? Is it > better to use keepalive or not? Thanks in advance! > > Kogt2s > > _______________________________________________ > Peruser mailing list > [email protected] > http://www.telana.com/mailman/listinfo/peruser >
_______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
