graceful restart detection in prefork mode

2011-05-26 Thread Petr Hracek
Dear developers, My situation is following: In my Apache2 running in prefork mode I have following situation. Whole pages (except loging page) are run over https (port 443) and authentication is done over my own module. When the most users are looking on the pages (https) then I would like to

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
Hi, How do you configure GracefulShutdownTimeout? 2011/5/26 Petr Hracek phrac...@gmail.com Dear developers, My situation is following: In my Apache2 running in prefork mode I have following situation. Whole pages (except loging page) are run over https (port 443) and authentication is

Re: graceful restart detection in prefork mode

2011-05-26 Thread Petr Hracek
It is not configured yet. I suggest that GracefulShutdownTimeout 0 as default is OK, right? 2011/5/26 MATSUMOTO Ryosuke matsu1...@gmail.com: Hi, How do you configure GracefulShutdownTimeout? 2011/5/26 Petr Hracek phrac...@gmail.com Dear developers, My situation is following: In my Apache2

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
GracefulShutdownTimeout valiue is zero as defualt. Setting this value to zero means that the server will wait indefinitely until all remaining requests have been fully served. 2011/5/26 Petr Hracek phrac...@gmail.com It is not configured yet. I suggest that GracefulShutdownTimeout 0 as

Re: graceful restart detection in prefork mode

2011-05-26 Thread MATSUMOTO Ryosuke
How do you configure KeepAliveTimeout? KeepAliveTimeout value is 15(sec) as default. The number of seconds Apache will wait for a subsequent request before closing the connection. 2011/5/26 MATSUMOTO Ryosuke matsu1...@gmail.com GracefulShutdownTimeout valiue is zero as defualt. Setting this

Re: graceful restart detection in prefork mode

2011-05-26 Thread Petr Hracek
No KeepAliveTimeout is 5 2011/5/26 MATSUMOTO Ryosuke matsu1...@gmail.com: How do you configure KeepAliveTimeout? KeepAliveTimeout value is 15(sec) as default. The number of seconds Apache will wait for a subsequent request before closing the connection. 2011/5/26 MATSUMOTO Ryosuke