http://turbogears.org/2.0/docs/main/Deployment/ModProxy.html

[app:main]
use = egg:your_project_name
filter-with = proxy-prefix
# Usual options here

[filter:proxy-prefix]
use = egg:PasteDeploy#prefix
prefix = /wherever_your app_is mounted

On May 26, 9:46 pm, Balt <[email protected]> wrote:
> I've got a TG app running onhttp://internalservername:8001
> I have successfully installed a reverse proxy tool (this is running on
> IIS) so that I can reverse proxyhttp://therealsitename/admininto the
> TG app runnning on the internal server name on port 8001. Now it turns
> out that everything poops itself because externally, the path to
> access the site is /admin, while internally, it's in the root (/).
> This prompts TG to poot out claiming /admin doesn't exist. Which is

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