Re: [web2py] Re: Web2py with Nginx using FCGI and no Apache

2010-12-20 Thread Andrew Thompson
On 12/19/2010 7:13 PM, GoldenTiger wrote: What do you want? aktzero app as init app? did you change routes.py? No, don't want it as the init app. I have about 4 different sites/apps running from this instance of fcgi. With lighttpd, I was able to specify per domain, what app the web2py/fcgi s

Re: [web2py] Re: Web2py with Nginx using FCGI and no Apache

2010-12-19 Thread Andrew Thompson
On 11/22/2010 7:57 PM, db-py wrote: Thanks! I will give it a try.. On Nov 22, 5:28 pm, Phyo Arkar wrote: i have not tried as FCGI tho. Did you get fcgi working with nginx? I've got them talking, but I keep getting the welcome app at / instead of the app I want. This worked in lighttpd:

Re: [web2py] Re: Web2py with Nginx using FCGI and no Apache

2010-11-22 Thread Phyo Arkar
i have not tried as FCGI tho. On Tue, Nov 23, 2010 at 4:57 AM, Phyo Arkar wrote: > nginx? > > Yes i have it working well. > > You just need to setup nginx port 80 as reverse proxy to web2py service > running at port 8000 (or any) > > check around nginx config scripts its very powerful . > > > On

Re: [web2py] Re: Web2py with Nginx using FCGI and no Apache

2010-11-22 Thread Phyo Arkar
nginx? Yes i have it working well. You just need to setup nginx port 80 as reverse proxy to web2py service running at port 8000 (or any) check around nginx config scripts its very powerful . On Tue, Nov 23, 2010 at 4:55 AM, db-py wrote: > Since there's no response, I'd figure I'd rephrase my