[web2py] Re: web2py setup scripts for windows

2014-09-07 Thread daniel . jarolim
I have notes on running web2py with IIS because nothing out there, including in recipes works. Specifically these notes are for 64 bit rather than 32 bit and using isapi_wsgi rather than fastcgi. (ISAPI is faster). Here they are pretty much verbatim. It looks messy but is actually very simple,

[web2py] routes.py parameter-based and pattern-based glitch

2014-09-06 Thread daniel . jarolim
I'm getting a URL rewrite glitch. The scenario: web2py running through IIS using wsgi and published as a virtual IIS application called TEST. Therefore the resulting URLs will always need to look like http://localhost/TEST/welcome/... or http://localhost/TEST/admin/... The following routes.py