[users@httpd] How to debug 70014 and 70007 errors

2012-07-25 Thread ivan Gouin
Hi, I've got those error in my httpd error log: [Wed Jul 25 08:10:55 2012] [error] (70014)End of file found: proxy: prefetch request body failed to *.*.*.*:50300 (...) from . () [Wed Jul 25 00:13:18 2012] [error] (70007)The timeout specified has expired: proxy: prefetch request body failed

Re: [users@httpd] Still showing 2.3.16, etc. as the latest release.

2012-07-25 Thread Rainer Jung
On 24.07.2012 18:17, Michael Felt wrote: FYI: I navigated from the page: http://http://projects.apache.org/ , clicked on Alaphabetical, clicked on H, clicked on Apache HTTP Server and see (on http://projects.apache.org/projects/http_server.html) Most recent releases: Release Version Date

Re: [users@httpd] Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog

2012-07-25 Thread Rainer Jung
On 23.07.2012 20:36, Carlucci, Tony wrote: Hello, I’ve been trying to track down an intermittent problem with a Java web application that is running on tcServer fronted by Apache HTTP Server.We get intermittent “Server Unavailable / HTTP 500” errors, and when we do see them, there is the

Re: [users@httpd] How to debug 70014 and 70007 errors

2012-07-25 Thread Rainer Jung
On 25.07.2012 09:52, ivan Gouin wrote: Hi, I've got those error in my httpd error log: [Wed Jul 25 08:10:55 2012] [error] (70014)End of file found: proxy: prefetch request body failed to *.*.*.*:50300 (...) from . () [Wed Jul 25 00:13:18 2012] [error] (70007)The timeout specified has

Re: [users@httpd] How to debug 70014 and 70007 errors

2012-07-25 Thread ivan Gouin
Hi rainer, For case 70007, the timeout expired, in access log , i've got a 300 second timeout In the same time, tomcat's access log haven't any trace of the corresponding request. For these request, response time is about 30-100ms Apache is Apache/2.2.17 Tomcat is 6.0.26 (jdk1.6.0_24) I'm

RE: [users@httpd] Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog

2012-07-25 Thread Carlucci, Tony
-Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Wednesday, July 25, 2012 5:00 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog On 23.07.2012 20:36, Carlucci, Tony

[users@httpd] hash store failed errror

2012-07-25 Thread The - Creative
What is the root cause for below error in Apache web server and how do we resolve that : [Tue 24 Jul 2012 00:00:02] hash store failed while registering module class 256 'Generic'. Consult your vendor. [Tue Jul 24 00:00:02 2012] [notice] seg fault or similar nasty error detected in the parent

Re: [users@httpd] hash store failed errror

2012-07-25 Thread Yehuda Katz
On Wed, Jul 25, 2012 at 9:34 AM, The - Creative talktome...@gmail.comwrote: What is the root cause for below error in Apache web server and how do we resolve that : [Tue 24 Jul 2012 00:00:02] hash store failed while registering module class 256 'Generic'. Consult your vendor. [Tue Jul 24

[users@httpd] httpd v2.2.22 with openssl 1.0.1c

2012-07-25 Thread Ruiyuan Jiang
Hi, all Last month, I posted a problem that httpd v2.2.22 did not work with openssl v1.0.1c. For me, it worked with openssl v1.0.0g with the same configure options for httpd and openssl. So far I did not hear anything. I am re-post my message here and hopefully I can get response this time.

Re: [users@httpd] httpd v2.2.22 with openssl 1.0.1c

2012-07-25 Thread Rainer Jung
On 25.07.2012 16:31, Ruiyuan Jiang wrote: Hi, all Last month, I posted a problem that httpd v2.2.22 did not work with openssl v1.0.1c. For me, it worked with openssl v1.0.0g with the same configure options for httpd and openssl. So far I did not hear anything. I am re-post my message here and

[users@httpd] Error compiling httpd 2.2.11 with openssl 0.9.8 on rhel 6

2012-07-25 Thread Fleishman.Mark
Hello, First question, is httpd 2.2.11 compatible with RHEL6 x86_64 and openssl 0.9.8? I am trying to compile httpd 2.2.11 on rhel 6 using openssl 0.9.8 but I am receiving an error during the make: ssl_engine_init.c: In function 'ssl_init_ctx_verify': ssl_engine_init.c:549: error: 'STACK'

Re: [users@httpd] httpd 2.2.21: mod_cache incorrectly returns HTTP 200 for nonexistent reverse-proxied content

2012-07-25 Thread Igor Cicimov
On Tue, Jul 24, 2012 at 12:28 AM, Glen Birnie glen.bir...@bbc.co.uk wrote: We have seen an issue in httpd 2.2.21 where mod_cache incorrectly returns HTTP 200 responses instead of HTTP 404 where: - Reverse proxying is configured. - ProxyErrorOverride is set to On. - mod_disk_cache is set up

Re: [users@httpd] Getting libtool: install: error: relink `libaprutil-1.la' with the above command before installing it error during make install...

2012-07-25 Thread Igor Cicimov
*/usr/bin/ld: cannot find -lexpat * collect2: ld returned 1 exit status *libtool: install: error: relink `libaprutil-1.la' with the above command before installing it --trying to find the source/target to relink to ?* Do you have expat installed? On Tue, Jul 24, 2012 at 4:26 PM, Mark