Re: Django + FastCGI Problems

2006-11-19 Thread mikeb
I think I have a solution. It's not great but it will have to do while I stay with Dreamhost (or until Dreamhost has formal Django support). Apache answers the requests, passes them on to lighttpd running on a different port which then talks to fcgi. This gives me full control over the whole web

Re: Django + FastCGI Problems

2006-11-18 Thread mikeb
I just did that. Thanks for the pointer :) On Nov 18, 6:08 pm, "chasfs" <[EMAIL PROTECTED]> wrote: > Hi Mike, > Sorry I can't help you directly. Have you voted for Dreamhost > feature: > > 2005-07-25 New FeaturesAdd support for Django (a python > web-development framework). > > You

Django + FastCGI Problems

2006-11-18 Thread mikeb
I'm on dreamhost, which provides FastCgi but not mod_python. FastCGI has always been flaky there, where when I touch my django.fcgi file django sometimes takes a few minutes to come back. kill, killall, kill -9, kill -USR1 etc doesn't help. Lately it has gotten much worse. Whenever I touch any

Django 95 and Squid

2006-09-12 Thread mikeb
Has anyone gotten Squid and Django to play nice? When I hit Squid on 3128 I get the dreaded: The following error was encountered: * Invalid Request Some aspect of the HTTP Request is invalid. Possible problems: * Missing or unknown request method * Missing URL * Missing HTTP I