Re: [us...@httpd] Apache + Jetty - proxy: error reading status line

2009-07-30 Thread Prashant Keshvani
application server. Do you have firewall between httpd and application server? Try making it non persistent with disablereuse on in proxypass, still you get errors? of course it may degrade your performance, so be careful Prashant Keshvani www.merceworld.com mumbai Patrick Moriarty wrote: Hi

Re: [us...@httpd] unable to access /proc//fd directory in Apache

2009-06-29 Thread Prashant Keshvani
Hi, I think it is possible to run sudo lsof right? this will run lsof as a superuser. we can configure sudo to not ask passwd when running this command. another option is a setuid bit. Regards, Prashant Keshvani Merce Technologies Mumbai Anuradha wrote: Hi All, In apache I want to

Re: [us...@httpd] Syntax error in httpd.conf

2009-06-29 Thread Prashant Keshvani
what is the error on line XXX: ? what is line XXX? can you post the content of mod_jk.conf? Prashant R Keshvani Merce Technologies Mumbai muddushafi wrote: I have a weird situation here. I have downloaded Apache 2.2.11 version and installed it on Windows 2003 server. During installation I gave

[us...@httpd] unable to receive SIGTERM, SIGHUP with apr_signal

2009-06-02 Thread Prashant Keshvani
Dear all, I am trying to modify the code of mod_dumpit.c . I want to dump all request response to separate file, then error log. For performance reason, I have opened file with APR_BUFFERED flag, while calling apr_file_open. The problem is, when i use buffered flag, and shuts down my httpd, the