[web2py] Re: wfastcgi on IIS ... no more wfastcgi.py script?

2019-07-23 Thread Dustin Esposito
How would you move a site from a python web server to IIS 8? On Sunday, December 13, 2015 at 11:45:21 PM UTC-5, Tim Richardson wrote: > > > > On Monday, 14 December 2015 13:36:05 UTC+11, Tim Richardson wrote: >> >> wfastcgi is now a module on PyPi >> >> after installing it, the scripts directory

[web2py] Re: wfastcgi on IIS ... no more wfastcgi.py script?

2018-02-14 Thread Pbop
For what it is worth, I have web2py deployed under IIS using the ISAPI recipe and web2py screams in speed. The only requirement is the code has to be thread safe and have not yet run into thread safe problems in how we deploy web2py. If it is, you will get much faster performance over fastcgi.

[web2py] Re: wfastcgi on IIS ... no more wfastcgi.py script?

2018-02-14 Thread Marcelo Huerta
El viernes, 18 de diciembre de 2015, 5:01:02 (UTC-3), Massimo Di Pierro escribió: > > Could you put this in the book? Thanks Tim. > > > I think that in spite of your request this has not yet been updated in the book. I still see a mention of a script called "wfasctgi.py" (sic), and nothing abou

[web2py] Re: wfastcgi on IIS ... no more wfastcgi.py script?

2017-04-04 Thread Johann du Preez
This helped me a lot. Thanks. Do you know if the 'scriptProcessor' can be set relatively? On Monday, December 14, 2015 at 6:45:21 AM UTC+2, Tim Richardson wrote: > > > > On Monday, 14 December 2015 13:36:05 UTC+11, Tim Richardson wrote: >> >> wfastcgi is now a module on PyPi >> >> after installin

[web2py] Re: wfastcgi on IIS ... no more wfastcgi.py script?

2015-12-18 Thread Massimo Di Pierro
Could you put this in the book? Thanks Tim. On Sunday, 13 December 2015 23:21:47 UTC-6, Tim Richardson wrote: > > Ok. Some tips to a future me if I have to do this again. > > wfastcgi is now a module. So currently the deployment instructions in the > web2py book give a download link. It's not nec

[web2py] Re: wfastcgi on IIS ... no more wfastcgi.py script?

2015-12-13 Thread Tim Richardson
Ok. Some tips to a future me if I have to do this again. wfastcgi is now a module. So currently the deployment instructions in the web2py book give a download link. It's not necessary any longer. But some paths have changed, and the configuration process is more automated. https://pypi.python.

[web2py] Re: wfastcgi on IIS ... no more wfastcgi.py script?

2015-12-13 Thread Tim Richardson
On Monday, 14 December 2015 13:36:05 UTC+11, Tim Richardson wrote: > > wfastcgi is now a module on PyPi > > after installing it, the scripts directory has wfastcgi.exe and an enable > executable: wfastcgi-enable.exe > There is no wfastcgi.py > > However, running wfastcgi-enable.exe from an Admi

[web2py] Re: wfastcgi on IIS ... no more wfastcgi.py script?

2015-12-13 Thread Tim Richardson
On Monday, 14 December 2015 13:36:05 UTC+11, Tim Richardson wrote: > > wfastcgi is now a module on PyPi > > after installing it, the scripts directory has wfastcgi.exe and an enable > executable: wfastcgi-enable.exe > There is no wfastcgi.py > > However, running wfastcgi-enable.exe from an Admi