> > 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 > file.
Yes, one difference you'll see in the headers is that any request served by web2py will include an "X-Powered-By" response header set to "web2py". You should be able to see this using the developer tools in any browser. Anthony

