Am 07.01.2011 06:40 schrieb Sam:
It raises the question as to whether there is something unique in my
configuration - but I suspect there isn't, and many people will be hit
with this problem.

Hi Sam, I never experienced this problem, running a busy TG 1.5 app behind mod_proxy for over one month. I guess the problem happens only when you go through mod_proxy, can you check that? Can you post your Apache and mod_proxy versions and on which platform they are running? I can check on Monday which version we are running so we can compare. You should also check the Apache config settings. I use something like this:

HostnameLookups Off
UseCanonicalName Off

ProxyPreserveHost On
ProxyRequests Off
ProxyPass /error/ !
ProxyPass /icons/ !
ProxyPass /static/ !
ProxyPass /robots.txt !
ProxyPass /favicon.ico !
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/

-- Christoph

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to