Re: [web2py] Routing stuff in apache instead of web2py

2012-05-21 Thread Jason Brower
Fantastic! I looked and on the dynamic parts it shows the powered by tag and on the other parts it doesn't so it clearly is using the other service, apache. Thanks! BR, Jason On 05/21/2012 08:04 PM, Anthony wrote: How to test? What I do is to use curl -I to look at the http response

Re: [web2py] Routing stuff in apache instead of web2py

2012-05-21 Thread Anthony
> > How to test? What I do is to use curl -I to look at the http response > headers; you could presumably use any browser that lets you see the > headers. There should be a difference between the headers for a static file > response depending on whether the above section is in the configuration

Re: [web2py] Routing stuff in apache instead of web2py

2012-05-21 Thread Jonathan Lundell
On May 21, 2012, at 9:32 AM, Jason Brower wrote: > > How... How does it work? > http://www.youtube.com/watch?v=xOrgLj9lOwk > I haven't a clue how to check for that. :/ I'm not an expert here, so anyone who cares to correct me: feel free to jump in. Your setup file created an Apache configuration

Re: [web2py] Routing stuff in apache instead of web2py

2012-05-21 Thread Jason Brower
How... How does it work? http://www.youtube.com/watch?v=xOrgLj9lOwk I haven't a clue how to check for that. :/ BR, Jason On 05/21/2012 04:05 PM, Jonathan Lundell wrote: On May 20, 2012, at 10:36 PM, Jason Brower wrote: A suppose it would be a little off topic, but I need it for my web2py applic

Re: [web2py] Routing stuff in apache instead of web2py

2012-05-21 Thread Jonathan Lundell
On May 20, 2012, at 10:36 PM, Jason Brower wrote: > > A suppose it would be a little off topic, but I need it for my web2py > application. > The book tells me I shouldn't use routes in web2py and use apache. > I have mod_proxy install, as I used the setup-web2py-ubuntu.sh script and it > seems t

[web2py] Routing stuff in apache instead of web2py

2012-05-20 Thread Jason Brower
A suppose it would be a little off topic, but I need it for my web2py application. The book tells me I shouldn't use routes in web2py and use apache. I have mod_proxy install, as I used the setup-web2py-ubuntu.sh script and it seems to have works perfects. I have the program installed and runnin