[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] CGI scripts problem
- Subject: [cobalt-users] CGI scripts problem
- From: Chris Fragogiannis <franki@xxxxxxxx>
- Date: Sun Aug 5 07:34:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
When I upload .pl or .cgi scripts in a virtual site (which has cgi scripts enable from the cp)
the browser always returns me the message "CGI Wrapper .... etc etc User Not Privileged".
The permissions of the script files are ok. So I read somewhere that I have to edit the httpd.conf file and inactive the lines:
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
So, I have to change them to:
#AddHandler cgi-wrapper .cgi
#AddHandler cgi-wrapper .pl
I did it and it worked. But I cannot do this for every virtual site! Is there any other way to
solve this problem? Thank you.