> From: dan lahey [mailto:dlahey...@gmail.com]
> Subject: mod_jk socket_timeout setting
>
> I used wireshark and it looked like the actual body response had to
> come back within that certain time.
>
> My co-worker says though that the socket_timeout directive is only fo
I'm using apache 2.2.11, mod_jk 1.2.28, and jboss as my application server.
I wrote an Apache module which worked fine in my local environment.
When I moved to integration though I saw a 502 error.
The cause appeared to be that the socket_timeout setting for the workers was
set to 2.
My co-worker