[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Question for python working on raq 3



> Hello, I found python working on a raq 3
> but I simply am not getting .py scripts to work
> and when I use python in cgi, I simply
> cannot get them to execute, even with chmod 755
> 
> I was told to modify a httpd.conf file
> I can't find it

look in /etc/httpd/conf/httpd.conf
In the Virtual host file you want to use . python in
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
AddHandler cgi-wrapper .py

Or do it in /etc/httpd/conf/srm.conf for server wide access.

Gerald