Django! (Problems...)
Posted by: sintaks
Posted on: 2006-02-16 20:49:00
I've followed the Wiki to the smallest detail... gone step by step. Everything seems to work (SQL conns, Paths, etc) until I try and actually visit a URL.
One of two things happens. Either the connection times out, or I get a 500 error.
I've tried making the little test-app to test FastCGI - also a no go, which leads me to believe that's the culprit.
I've been scouring the net for anything and everything... including having to kill fcgi processes. It appears as though the process isn't even getting started.
So basically... has anyone else been having trouble with installing Django? I've got FastCGI enabled... downloaded all the appropriate software... configured the appropriate settings... and still nothing...
Thanks.