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
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
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
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