[web2py] Re: configuring routes for web2py behind reverse proxy

2014-05-09 Thread Peter Lai
To your Apache config On Sunday, April 13, 2014 1:24:20 PM UTC-4, Jason Lee wrote: What file am I supposed to add this to? default, weby2py, default-sll? On Thursday, November 14, 2013 6:48:05 PM UTC-5, DeanK wrote: For anyone in the future trying to do this with Apache2 on Ubuntu:

[web2py] Re: configuring routes for web2py behind reverse proxy

2014-04-13 Thread Jason Lee
What file am I supposed to add this to? default, weby2py, default-sll? On Thursday, November 14, 2013 6:48:05 PM UTC-5, DeanK wrote: For anyone in the future trying to do this with Apache2 on Ubuntu: ProxyHTMLInterp On LogLevel Debug ProxyHTMLLogVerbose On ProxyPass /link/

[web2py] Re: configuring routes for web2py behind reverse proxy

2013-11-14 Thread DeanK
For anyone in the future trying to do this with Apache2 on Ubuntu: ProxyHTMLInterp On LogLevel Debug ProxyHTMLLogVerbose On ProxyPass /link/ http://my.server.com/ ProxyPassReverse /link/ http://my.server.com/ ProxyHTMLURLMap http://my.server.com /link/ Location /stem/ ProxyPassReverse /

[web2py] Re: configuring routes for web2py behind reverse proxy

2013-11-07 Thread DeanK
So I changed my reverse proxy set up to make debug a bit easier and maybe will get some suggestions from someone now: I have an instance of web2py running on nginx sitting behind an apache reverse proxy so: www.mydomain.com/linkpoints tomyserver1.otherdomain.com i have