Mine looks similar.  All in all though the relevant file is 202
lines.  I can email it to you if you want.

I don't have HostnameLookups explicitly set, but I believe it's set to
off by default in Apache.

My main lines look like this:

ProxyPass / http://127.0.0.1:8095/ retry=0
ProxyPassReverse / http://127.0.0.1:8095/

I believe I tried getting rid of the retry=0 and it still didn't work.

Anyway, things seem to work with CherryPy 3.2 RC, knock on wood.
Unless I find a showstopper with that I won't be going back to
3.1.x :)

Thanks!
-Sam


On Jan 8, 4:30 am, Christoph Zwerschke <[email protected]> wrote:
> 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