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

Reply via email to