Re: FastCGI Shared host

2007-06-19 Thread rtconner
Nothing? :( I'll keep hammering at the thing trying different things.. but I'm sad I can't get this to work with FastCGI at all. On Jun 19, 9:46 am, rtconner <[EMAIL PROTECTED]> wrote: > I set APPEND_SLASH to false, I no longer get the APPEND_SLASH error, > but I still get the WSGI errors. > >

Re: FastCGI Shared host

2007-06-19 Thread rtconner
I set APPEND_SLASH to false, I no longer get the APPEND_SLASH error, but I still get the WSGI errors. On Jun 19, 2:18 am, Jens Diemer <[EMAIL PROTECTED]> wrote: > rtconner schrieb: > > > ~/www/django> python mysite.fcgi > > ... > > Traceback (most recent call last): > > ... > > if

Re: FastCGI Shared host

2007-06-19 Thread Jens Diemer
rtconner schrieb: > ~/www/django> python mysite.fcgi > ... > Traceback (most recent call last): > ... > if settings.APPEND_SLASH and (old_url[1][-1] != '/') and ('.' not > in old_url[1].split('/')[-1]): > IndexError: string index out of range > Content-Type: text/html This is probably the

Re: FastCGI Shared host

2007-06-18 Thread rtconner
On second though.. nope, I still get a ton of errors... WSGIServer: missing FastCGI param REQUEST_METHOD required by WSGI! WSGIServer: missing FastCGI param SERVER_NAME required by WSGI! WSGIServer: missing FastCGI param SERVER_PORT required by WSGI! WSGIServer: missing FastCGI param

Re: FastCGI Shared host

2007-06-18 Thread rtconner
Dude was right, I turned APPEND_SLASH off it spit HTML out. Now it won't render in the browser. Freeking .htaccess problems I wager. On Jun 18, 8:19 pm, SmileyChris <[EMAIL PROTECTED]> wrote: > On Jun 19, 2:07 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: > > > On Tue, 2007-06-19 at 01:54

Re: FastCGI Shared host

2007-06-18 Thread rtconner
Python 2.4.3 ~/www/django> uname -a Linux 2.6.9-55.ELsmp #1 SMP Wed May 2 14:28:44 EDT 2007 i686 i686 i386 GNU/Linux It's a shared server. I can't control the python binary. I guess I could install virutal python, but that would be a pain, plus I think that only is python 2.4 also. On Jun 18,

Re: FastCGI Shared host

2007-06-18 Thread SmileyChris
On Jun 19, 2:07 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Tue, 2007-06-19 at 01:54 +, rtconner wrote: > > I followed the instruction at the bottom of this page: > >http://www.djangoproject.com/documentation/fastcgi/ > > I can't seem to get this running on a shared host. I've