PDA

View Full Version : ISPConfig & Turbogears


nomed
3rd July 2008, 12:46
Hi,

i'm trying to get a turbogears app working on ispconfig.

- http://docs.turbogears.org/1.0/BehindApache

----
AddDefaultCharset utf-8
ProxyPreserveHost On
ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>


ProxyPass /webapp/ http://127.0.0.1:8080/webapp/
ProxyPassReverse /webapp/ http://127.0.0.1:8080/webapp/
ProxyPass /static/ http://127.0.0.1:8080/static/
ProxyPassReverse /static/ http://127.0.0.1:8080/static/
----

but it doesn't seem to work

any idea ?

falko
4th July 2008, 17:16
Do you get any error messages?