Setting up Django with fastCGI on centos with apache

2011-07-15 Thread Rick Beacham
I'm having alot of trouble with setting up django with fastCGI. I was able to use the default test server made with django no problem. But I'm having trouble setting it up with httpd and fastCGI in scientific linux(centos).. Here is the error message after running this command ./manage.py runfc

Re: Setting up Django with fastCGI on centos with apache

2011-07-19 Thread Rick Beacham
already > running their, right!? > > you have to listen with your Apache to the proper port where fastcgi is > serving the data for Apache. I think you have to re-read the tutorial > you are working on. > > Good luck! > Ionic > Electronics Platform > http://develissimo.co

Re: Setting up Django with fastCGI on centos with apache

2011-07-19 Thread Rick Beacham
: vt100 USER : root _: /usr/local/bin/python Cheers mate. On Jul 19, 11:19 am, Tom Evans wrote: > On Tue, Jul 19, 2011 at 5:05 PM, Rick Beacham wrote: > > thanks for the info.  I corrected the this but i'm still having issues. >

Scientific Linux with django running through apache and fastcgi

2011-07-19 Thread Rick Beacham
here is my problem.. After trying to run on localhost/hello/ through lynx I get a 500. This is what htttpd error_log file prints out. I am not using socks, i am using tcp host port 3303. [Tue Jul 19 13:23:16 2011] [error] [client 127.0.0.1] (13)Permission denied: FastCGI: failed to connect to se

Running Django on a Shared-Hosting Provider with Apache

2011-07-20 Thread Rick Beacham
Running Django on a Shared-Hosting Provider with Apache When i go to run the mysite.fcgi it prints out itself in the browser..Is there something wrong here? I have followed the steps to the tee.. http://localhost/mysite.fcgi print out this: import sys, os # Add a custom Python path. sys.pat