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

2012-08-13 Thread ivan Gouin
Hi Rainer, Keep Alive Timeout wasn't set on my config But its default value of 5 seconds was the reason why the connection closed. In fact the root cause is the behavior of the CXF client who didn't take care of the close announcement of this connection. We're trying to fix this issue but settin

Re: [users@httpd] start another daemon when apache starts on ubuntu. how to?

2012-08-13 Thread ivan Gouin
Hi, Don't really know ubuntu, but you could copy the init.d script which start apache. that's what i do on my redhat servers. Adapt this file to point to your second deamon configuration: - using httpd -k start -f - modifying the CONFFILE, and pidfile then register this second deamon using "chkc

Re: [users@httpd] start another daemon when apache starts on ubuntu. how to?

2012-08-13 Thread Alex Bligh
--On 13 August 2012 14:12:44 -0700 Rajeev Prasad wrote: can someone please advice how can i start another daemon when apache starts on ubuntu, and if it fails write that error to my apache error log ? http://upstart.ubuntu.com/cookbook/ -- Alex Bligh --

[users@httpd] start another daemon when apache starts on ubuntu. how to?

2012-08-13 Thread Rajeev Prasad
hello, can someone please advice how can i start another daemon when apache starts on ubuntu, and if it fails write that error to my apache error log ? ty. Rajeev - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org F

Re: [users@httpd] Can somebody help me to understand the strange GET requests logged in access.log and error.log ?

2012-08-13 Thread Mark Montague
On August 13, 2012 12:20 , Pete Houston wrote: On Mon, Aug 13, 2012 at 06:07:20PM +0200, Carlo Traversa wrote: but I still see GET requests in the access.log So is there something I did wrong or I didn't understand? The access log will (by default) contain all the requests to the server which

Re: [users@httpd] Can somebody help me to understand the strange GET requests logged in access.log and error.log ?

2012-08-13 Thread Pete Houston
On Mon, Aug 13, 2012 at 06:07:20PM +0200, Carlo Traversa wrote: > but I still see GET requests in the access.log > So is there something I did wrong or I didn't understand? The access log will (by default) contain all the requests to the server which are handled by apache, even if that handling is