Re: Fastcgi always gives 301

2007-10-15 Thread maqr
on shared- host FCGI, we'd see a lot more reports of it. --maqr On Oct 15, 4:32 pm, RajeshD <[EMAIL PROTECTED]> wrote: > On Oct 15, 10:23 am, maqr <[EMAIL PROTECTED]> wrote: > > > Does anyone have any suggestions as to why this 301 MOVED PERMANENTLY > > is the only res

Fastcgi always gives 301

2007-10-15 Thread maqr
-- import sys import os sys.path.extend(['/home/maqr/django_projects/', '/home/maqr/ django_projects/proj/', '/home/maqr/local/lib/python2.5/site-packages/django/']) os.environ['DJANGO_SETTINGS_MODULE'] = 'proj.settings' from django.core.servers.fastcgi import runfastcgi runfastcgi(method="p