Hi Folks,

I recently migrated a WSGI app from mod_wsgi 3.2-3.el6/Apache 2.2 to 
mod_wsgi 4.5.15/Apache 2.4.26. 

On the old server I was perpetrating this hack to support long connections 
if the request had 'refresh' in the path (I'm on an internet, not worried 
about abuse).


 SetEnv TIMEOUT=10
 SetEnvIf Request_URI .*refresh.* TIMEOUT=4800

 Timeout %{TIMEOUT}

This hack no longer works. In fact, I've found that the Timeout directive 
has no effect on mod_wsgi unless it's declared in the 'server config' 
context. Apache's docs say Timeout is supposed to work in virtual host 
context as well.

No idea if this is a mod_wsgi issue or an Apache issue, just thought I'd 
throw it out there.



John

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to