Re: trying to make Django work with fastcgi

2007-10-06 Thread [EMAIL PROTECTED]
On Oct 3, 9:01 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I actually got fed up, and nearly resolved to switch either > frameworks(pylons, turbogears) or webhosts(webfaction, dreamhost). [... big cut...] Hi all, i'm hosted at ASmallOrange and can't find a way to make feedjack[1] work

Re: trying to make Django work with fastcgi

2007-10-03 Thread [EMAIL PROTECTED]
I actually got fed up, and nearly resolved to switch either frameworks(pylons, turbogears) or webhosts(webfaction, dreamhost). I deleted everything in a fit and started doing some research. I ran across this in a python installation guide: "At this point, every tutorial around the web will tell

Re: trying to make Django work with fastcgi

2007-10-03 Thread Horst Gutmann
Have you already tried it with method=prefork instead of method=threaded? 2007/10/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > I'm exactly there with you, David. Same with the manage.py. I can even > sync up fine with MYSQL. > > If anybody has any ideas, I'm more than willing to try pretty much

Re: trying to make Django work with fastcgi

2007-10-02 Thread [EMAIL PROTECTED]
I'm exactly there with you, David. Same with the manage.py. I can even sync up fine with MYSQL. If anybody has any ideas, I'm more than willing to try pretty much anything at this point. On Oct 2, 5:30 am, David Brown <[EMAIL PROTECTED]> wrote: > I'm actually having the exact same problem (I'm

Re: trying to make Django work with fastcgi

2007-10-02 Thread David Brown
I'm actually having the exact same problem (I'm even an ASO customer, as well). I got rid of the permission errors by changing the permissions on dispatch.fcgi to 755. However, my .htaccess and dispatch.fcgi are exactly the same (except that I removed the path stuff, since django and flup are

Re: trying to make Django work with fastcgi

2007-10-02 Thread Horst Gutmann
2007/10/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > and a few of these: > [2007-10-02 02:03:32]: error: file has no execute permission: (/home/ > soulgt/public_html/dispatch.fcgi) > Esp. this error looks interesting IMO. Does your host perhaps offer some information on how they execute the

Re: trying to make Django work with fastcgi

2007-10-02 Thread [EMAIL PROTECTED]
The errorlog shows a couple of these: [Tue Oct 2 05:43:50 2007] [error] [client 76.167.197.252] FastCGI: incomplete headers (0 bytes) received from server "/home/soulgt/ public_html/dispatch.fcgi" [Tue Oct 2 05:43:50 2007] [error] [client 76.167.197.252] FastCGI: comm with (dynamic) server

Re: trying to make Django work with fastcgi

2007-10-02 Thread Horst Gutmann
Have you already looked at the error.log your webhost should normally provide? The behaviour you indicated normally means, that the process died or gave output back, that is not really close to an HTTP response as expected by the webserver. 2007/10/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > >

trying to make Django work with fastcgi

2007-10-02 Thread [EMAIL PROTECTED]
Hi, I'm new at this - learning as I go, but I can't seem to get Django running with fastcgi. A Small Orange, my webhost, doesn't have mod_python support, so I've been trying to follow a number of different recommendations online to try and get my site up and running. I've installed flup,