I have a turbogears app and a trac instance behind lighttpd with
mod_proxy, my TG app becomes very very slow with the output rendered
without formating and images.
Trac works perfectly.

In lighttpd.conf's proxy section i have:

proxy.server = (
                "/rendas" =>                         # TG app
                   ( ("host" => "127.0.0.1",
                       "port" => 8000    ) ),

               "/pontos" =>                          # Trac
                   ( ( "host" => "127.0.0.1",
                       "port" => 9000    ) )
                 )

Is there something wrong with this configuration?

Thanks,

Paulino


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