Hello, May be my problem come from apache keep some processes of two types for few days : "_" Waiting for Connection "." Open slot with no current process
In server-status, in part "Scoreboard" I can see for example some scans blocked by firewall : 1-0 17086 0/1/1 _ 0.06 86 0 0.0 0.00 0.00 217.65.100.89 monserveur GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1 3-0 17089 0/1/1 _ 0.09 86 0 0.0 0.00 0.00 88.191.47.67 monserveur GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1 and requested files 17-0 - 0/0/1051 . 0.00 112 205 0.0 0.00 82.97 82.245.208.43 mondomaine.fr GET /squelettes/img/menu_actu2.jpg HTTP/1.1 18-0 - 0/0/916 . 0.02 114 76 0.0 0.00 13.86 82.245.208.43 mondomaine.fr GET /plugins/thickbox2/thickbox.css HTTP/1.1 The number od this process increases each day and seems not to be clean by apache and peruser ? here is my related configuration: - apache Timeout 180 KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 15 -peruser ServerLimit 256 MaxClients 256 MinSpareProcessors 2 MinProcessors 2 MaxProcessors 10 MaxRequestsPerChild 1000 IdleTimeout 60 ExpireTimeout 1800 KeepAlive Off If anybody have solution or comments ? Janno Sannik wrote: > What's you load (hits/day)? > We are running apache with abiut 1.2M hits/day and we sometimes need > 12-16 multiplexers to handle this (we use variable multiplexer patch, so > system adjusts multiplexers dynamically as needed). > > > On 20.03.2009 16:23, aguy wrote: >> Hi, >> >> I'm back with sad news, Ive same problems... my error log from apache : >> [Wed Mar 18 19:39:40 2009] [warn] (9)Bad file descriptor: >> apr_socket_opt_set: (TCP_NODELAY) >> [Wed Mar 18 22:04:41 2009] [warn] (9)Bad file descriptor: >> apr_socket_opt_set: (TCP_NODELAY) >> [Wed Mar 18 22:04:41 2009] [warn] (9)Bad file descriptor: >> apr_socket_opt_set: (TCP_NODELAY) >> [Thu Mar 19 07:48:04 2009] [warn] (9)Bad file descriptor: >> apr_socket_opt_set: (TCP_NODELAY) >> >> I'm increasing the number of multiplexer counts for 6 to see ? >> >> Anybody can tell me what links they are between : >> - multiplexer >> - MinSpareProcessors >> - MinProcessors >> - MaxProcessors >> - ServerLimit (MaxClients is the same ?) >> >> ?? thank's a lot !! >> >> >> aguy wrote: >> >>> Hi, >>> >>> Apache frozen for few minutes during this warm, I'm increasing the number >>> of multiplexer counts for 4. >>> I'm waiting and see for this point... >>> Normaly each day We have 1 freeze during 5~10 mns, I will return the result >>> of this modification. >>> >>> Thanks's for your answer ! >>> >>> >>> Taavi Sannik wrote: >>> >>>> Hi! >>>> >>>>> [Wed Mar 18 22:04:41 2009] [warn] (9)Bad file descriptor: >>>>> apr_socket_opt_set: (TCP_NODELAY) >>>>> [Thu Mar 19 07:48:04 2009] [warn] (9)Bad file descriptor: >>>>> apr_socket_opt_set: (TCP_NODELAY) >>>>> >>>> We get this too, but we don't experience any problems (at least for now). >>>> >>>> >>>>> and I don't understand why in my server-status I have some process >>>>> describes with : >>>>> 20 0 STANDBY UNKNOWN -1 -1 (null) >>>>> >>>>> Why process runs under uid -1 and gid -1 ?? >>>>> >>>> This actually means the child is not running anymore, so it's completely >>>> normal. >>>> >>>> Have you tried increasing the multiplexer count ? >>>> >>>> >>>> >>>> -- >>>> Taavi >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> Peruser mailing list >>>> [email protected] >>>> http://www.telana.com/mailman/listinfo/peruser >>>> >> >> _______________________________________________ >> Peruser mailing list >> [email protected] >> http://www.telana.com/mailman/listinfo/peruser >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Peruser mailing list > [email protected] > http://www.telana.com/mailman/listinfo/peruser _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
