Re: [users@httpd] Segmentation Fault - too many proxy balancers

2014-07-26 Thread Jeff Trawick
On Fri, Jul 25, 2014 at 2:00 PM, Paul Beckett paul_beck...@outlook.com wrote: My apache server has started segmentation faulting all the time (seems to log a segmentation fault every few requests to the apache error log): [Fri Jul 25 06:25:42.046752 2014] [core:notice] [pid 11226:tid

AW: [users@httpd] [proxy_http:error] [pid 13256:tid 47013272524544] (11)Resource temporarily unavailable: [client 172.31.0.142:21815] AH01110: error reading response

2014-07-26 Thread Ulrich.Herbst
Hi, Is it possible that mod_deflate is configured, perhaps unexpectedly, to decompress the response from the backend via an input filter? ð Yes, for sure. mod_deflate is enabled and we compress the (uncompressed) response from the backend before sending to the clients. See

AW: [users@httpd] [proxy_http:error] [pid 13256:tid 47013272524544] (11)Resource temporarily unavailable: [client 172.31.0.142:21815] AH01110: error reading response

2014-07-26 Thread Ulrich.Herbst
Running out of shm? = Yes, possible. But: How to check this ? Ulimit -l and ulimit -u show nothing interesting (that is: The usage (ulimit -u) is much less than the limits from ulimit -l) Uli T-Systems International GmbH Production / CSS / GCU Automotive Finance Ulrich Herbst Fachbereich

AW: [users@httpd] [proxy_http:error] [pid 13256:tid 47013272524544] (11)Resource temporarily unavailable: [client 172.31.0.142:21815] AH01110: error reading response

2014-07-26 Thread Ulrich.Herbst
Or inotify perhaps: http://unix.stackexchange.com/questions/65278/httpd-no-space-left-on-device = Not sure about this: We had never issues with tail... But nevertheless: I changed these values and we just wait for new errors. Uli -Ursprüngliche Nachricht- Von: Tom Evans