|
we just added new feature on 4.0.19 to address this timeout issue:
"added another special rewrite environment variable "noconntimeout", this will disable connection timeout, it will keep the connection open forever till the request complete."
for example:
RewriteRule abc.php - [E=noconntimeout:1]
please test at your end, see if it 100% resolves your issue.
|