Thank you. I updated setup-web2py-ubuntu.sh and setup-web2py-fedora.sh
On Wednesday, 27 June 2012 20:47:34 UTC-5, Larry Weinberg wrote: > > In order to have the web2py examples work out of the box on Apache with > mod_wsgi, an extra directive is needed in the Apache configuration for the > VirtualHost (or directory, or .htaccess) > > WSGIPassAuthorization On > > This allows basic authentication to proceed through. > > It looks like there are some good reasons why mod_wsgi in apache strips > authorization by default: > The link to the info is: > http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization > > > > > >

