Disabling connection timeout for an entire domain

webizen

Well-Known Member
#2
it should still be working.

turn on rewrite logging (add 'RewriteLogLevel 9' to httpd.conf vhost) and grep REWRITE entries from error_log. should see something like
... [REWRITE] turn off connection timeout.
 

optize

Well-Known Member
#3
it should still be working.

turn on rewrite logging (add 'RewriteLogLevel 9' to httpd.conf vhost) and grep REWRITE entries from error_log. should see something like
I think my problem is that it's not calling the correct file that is causing the timeout.

Is it possible to disable it on the entire domain instead of a single file?
 
Top