Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Igor Cicimov
Mind sharing the proxy rules? From your strace looks like you get file not found error for the bot urls so might be something related. Also maybe more detailed description of your setup might help like how many servers and apps you are running is the database on the same box is the same apache a pr

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Doug McNutt
Google, and perhaps others, access index.html with some options identified by a letter. I don't understand it fully but it's possible to look for filenames that are indexed but perhaps are not actually addressed in any page intended for public distribution. -- --> From the U S of A, the only

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Yehuda Katz
On Sun, Aug 19, 2012 at 3:27 PM, Denis BUCHER wrote: > ** > > And the most surprising is that it only happens with Google bot and other >> search engines crawler but never with users ??? >> >> Good idea ! I tried, but changing the User agent to Google Bot doesn't > seem to create/reproduce the pro

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Denis BUCHER
Le 19.08.2012 20:57, Yehuda Katz a écrit : > On Sun, Aug 19, 2012 at 1:29 PM, Denis BUCHER wrote: > >> Le 19.08.2012 18:17, Alex Bligh a écrit : >> >>> --On 19 August 2012 17:58:34 +0200 Denis BUCHER >>> wrote: >>> And the most surprising is that it only happens with Google bot and

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Yehuda Katz
On Sun, Aug 19, 2012 at 1:29 PM, Denis BUCHER wrote: > ** > > Le 19.08.2012 18:17, Alex Bligh a écrit : > > --On 19 August 2012 17:58:34 +0200 Denis BUCHER > wrote: > > And the most surprising is that it only happens with Google bot and other > search engines crawler but never with users ??? > >

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Denis BUCHER
Le 19.08.2012 18:17, Alex Bligh a écrit : > --On 19 August 2012 17:58:34 +0200 Denis BUCHER > wrote: > >> And the most surprising is that it only happens with Google bot and other search engines crawler but never with users ??? > > I would bet it queries a URL that users do not. That was

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Alex Bligh
--On 19 August 2012 17:58:34 +0200 Denis BUCHER wrote: And the most surprising is that it only happens with Google bot and other search engines crawler but never with users ??? I would bet it queries a URL that users do not. -- Alex Bligh

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Denis BUCHER
Dear Igor, In fact I see plenty of apache processes, but only ONE takes out the whole memory ! All others are OK. And the most surprising is that it only happens with Google bot and other search engines crawler but never with users ??? Denis Le 19.08.2012 14:26, Igor Cicimov a écrit : >

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-19 Thread Igor Cicimov
Are you saying you are seeing only one apache process? Since you are using mpm_prefork there shoul be more than one for sure. Can you show us your prefork settings? Any errors maybe in the database or the php application? Anything in the apache logs? On Aug 18, 2012 7:01 PM, "Denis BUCHER" wrote:

[users@httpd] scoreboard is full, not at MaxRequestWorkers

2012-08-19 Thread Sam
I upgraded to Apache 2.4 and use mod_event on a server having average high load. My issue is that I am getting pretty much often the error message within the error log AH00485: scoreboard is full, not at MaxRequestWorkers What causes this? The server almost stops to handle new requests when thi