[web2py] Re: mod_rewrite problems on Apache

2013-06-10 Thread thinkwell
Thank you very much for that suggestion! It solved my problem, for which I'm most appreciative. Thanks jonten! On Sunday, June 9, 2013 5:17:47 PM UTC-4, jonten wrote: > > I had a similar problem when I recently did a setup with Web2py and Apache > which I did not want to dedicate to the directo

[web2py] Re: mod_rewrite problems on Apache

2013-06-09 Thread jonten
I had a similar problem when I recently did a setup with Web2py and Apache which I did not want to dedicate to the directory root of the web server. The part I had to modify to get it to work was: WSGIScriptAlias / /var/www/web2py/wsgihandler.py with: WSGIScriptAliasMatch ^/myapp.* /var/www/we