Re: 500 error if django run in scgi mode(fcgi is ok)

2008-08-29 Thread Martin Diers
If you want a response, you will need to ask this on the django-users list. This list is for the discussion of developing the Django framework itself. On Aug 28, 2008, at 3:23 AM, Puzzle Stone wrote: > Fcgi and scgi work well in my machine when i use django0.96.2, but > scgi failed when I t

500 error if django run in scgi mode(fcgi is ok)

2008-08-28 Thread Puzzle Stone
Fcgi and scgi work well in my machine when i use django0.96.2, but scgi failed when I try to migrate my developing environment from django0.96.2 to svn version (rev 8643). I use the shell recommended by the fastcgi.txt to run fastcgi: exec /usr/bin/env - \ PYTHONPATH="../python:.." \ $PROJ

500 error if django run in scgi mode(fcgi is ok)

2008-08-28 Thread [EMAIL PROTECTED]
Fcgi and scgi work well in my machine when i use django0.96.2, but scgi failed when I try to migrate my developing environment from django0.96.2 to svn version (rev 8643). I use the shell recommended by the fastcgi.txt to run fastcgi: exec /usr/bin/env - \ PYTHONPATH="../python:.." \ $PRO