Any updates? Anyone able to solve/explain the command line exceptions generated by cherrypy when proxying behind apache?
Regards, Dakila On Apr 25, 7: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 -~----------~----~----~----~------~----~------~--~---

