[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Question for python working on raq 3
- Subject: Re: [cobalt-users] Question for python working on raq 3
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Nov 15 12:36:52 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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