Actually everything new i can tell is that i dropped proxying my app through apache, because of big performance decreases...
i now skipped https, and opened a port for cherrypy. Sorry, that i don´t have any better news. Regards, Frank On 7 Jun., 05:17, Dakila <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

