Re: [OT] mod_jk configuration for production

2007-02-21 Thread nuka
I've read the documentation and my question is : - socket_timeout = 2s but reply_timeout is 0 meaning that the webserver is waiting forever. Which of them is used for timeout ajp connection? Rainer Jung-3 wrote: > > Then start reading on > > http://tomcat.apache.org/connectors-doc/refe

Re: [OT] mod_jk configuration for production

2007-02-21 Thread nuka
I've read the documentation and my question is : - socket_timeout = 2s but reply_timeout is 0 meaning that the webserver is waiting forever. Which of them is used for timeout ajp connection? nuka wrote: > > Hello, > > I am facing to a problem concerning apache-tomcat configuration via mod_jk

Re: [OT] mod_jk configuration for production

2007-02-20 Thread Rainer Jung
Then start reading on http://tomcat.apache.org/connectors-doc/reference/workers.html what your configuration means. You will notice, that a value of 2 for the socket_timeout does not really make any sense. Regards, Rainer nuka schrieb: > This configuration was done some time ago by someone els

Re: [OT] mod_jk configuration for production

2007-02-20 Thread nuka
This configuration was done some time ago by someone else. I don't believe there is a specific reason for this parameter configuration. I believe that this should be a default dev configuration. Rainer Jung-3 wrote: > > What's your idea why you configured a socket timeout of 2? > > nuka sch