Re: Setting up Django with fastCGI on centos with apache

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

Re: Setting up Django with fastCGI on centos with apache

2011-07-19 Thread Tom Evans
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. > My crystal ball is out of order, could you specify the issues please. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Djan

Re: Setting up Django with fastCGI on centos with apache

2011-07-19 Thread Rick Beacham
thanks for the info. I corrected the this but i'm still having issues. On Fri, Jul 15, 2011 at 2:35 PM, ionic drive wrote: > Hello Rick, > > Address already in use, tells you that on 127.0.0.1 specific port 8000 > already a process is running. I guess you have your Apache already > running the

Re: Setting up Django with fastCGI on centos with apache

2011-07-15 Thread ionic drive
Hello Rick, Address already in use, tells you that on 127.0.0.1 specific port 8000 already a process is running. I guess you have your Apache 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-

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