#1084: turbogears.redirect fails if the tg app is deployed behind a proxy or
rewrite mechanism
----------------------+-----------------------------------------------------
Reporter: jtate | Owner: anonymous
Type: defect | Status: closed
Priority: highest | Milestone: 1.0
Component: CherryPy | Version: 0.9a6
Severity: normal | Resolution: worksforme
Keywords: |
----------------------+-----------------------------------------------------
Changes (by splee):
* status: new => closed
* resolution: => worksforme
Comment:
I have found the solution to this through cherrypy. base_url_filter needs
to be configured in your .cfg.
Since I'm using apache2 I've set the following:
base_url_filter.on = True
base_url_filter.use_x_forwarded_host = True
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1084>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---