[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] RAQ3 - disabling cgiwrap on a virtual domain
- Subject: RE: [cobalt-users] RAQ3 - disabling cgiwrap on a virtual domain
- From: "Landon Jenkins" <landonak@xxxxxxxxxxx>
- Date: Mon Mar 19 10:15:17 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Actually, you should be able to just add a .htaccess file with.
>
> Options
> AddHandler cgi-script .cgi
> AddHandler cgi-script .pl
>
> To the /web directory of the site.
Ok, I tried this, but after I created this file, now when I try to run my
script, I am told "You do not have permission to access the requested file
on this server." Is there something else I should be adding to .htaccess?
I've also tried this by editing /etc/httpd/conf/httpd.conf as first
suggested and I get the same results.
Landon