Just a guess: maybe Apache is doing reverse DNS lookup... and it is failing for any reason...
Just as a reference, take a look at: http://www.unix.org.ua/orelly/linux/apache/ch03_04.htm item: 3.4.17. HostNameLookups Cheers, Roger On 4/10/07, Noam <[EMAIL PROTECTED]> wrote: > > Hello, > > I finally managed to make apache forwarding work (it would have been > quicker if someone would have told me to set the proxy configuration > to allow all.) Anyway, it seems to me like a nice way to serve the > site from port 80 without running it as root. > > The problem is that when running through the proxy, it takes a few > seconds (about 10) for every page to load. I checked, and the process > gets the request immediately. It seems as if it takes the server a > long time to decide that it should pass on the reply of the turbogears > process. > > I checked this quite thoroughly. When accessing the server without the > proxy everything streams nicely. I tried a few configuration options > (including not using mod_rewrite at all and only using ProxyPass), and > it didn't help. My best guess is that apache doesn't know when > cherrypy finished serving the page, and it waits a long time to make > sure that it finished. > > Has anyone encountered such a problem? Do you have an idea on how this > might be fixed? > > Thanks, > Noam Raphael > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

