Hi
I have a similar problem allthough i was using ProxyPass all the way
through and no rewrite rules.What i found was the redirect threw the
full ServerName and not the localhost:8080 so the ProxyPassReverse was
not applying the rule. I fixed the problem by adding a second rule/
line of ProxyPassReverse

ProxyPassReverse /abrechnung/  http://<sitename>/

Chris


On Apr 25, 12:07 pm, Johnny Blonde <[EMAIL PROTECTED]>
wrote:
> thanks a lot chris,
>
> this was just a perfect summarization of the task!
>
> i now set it up and it seems to work smoothly...
>
> but under the hood i´m frequently getting errors on the commandline
> like this ones:
>
> http://paste.turbogears.org/paste/1236
>
> and i´m not quite sure what to do.
>
> this is my httpd.conf (extract)
>
> <VirtualHost _default_:12345>
>
> ProxyRequests Off
> ProxyPass /abrechnung/http://127.0.0.1:8080/
> ProxyPassReverse /abrechnung/http://127.0.0.1:8080/
>
> RewriteEngine on
> RewriteRule ^/static(.*) /srv/www/Tag-der-Abrechnung/tagderabrechnung/
> static$1 [L]
>
> </VirtualHost>
>
> and in my app.cfg/dev.cfg:
> server.webpath="/abrechnung"
>
> any ideas?
>
> Regards, Frank


--~--~---------~--~----~------------~-------~--~----~
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