[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: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
- Date: Mon Mar 19 04:49:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I think you can do this:
> edit your /etc/httpd/conf/httpd.conf file, and locate the
> virtualhost container tags for the site you are installing the new CGI for
> Then search for these line:
> AddHandler cgi-wrapper .cgi
> AddHandler cgi-wrapper .pl
> and replace with these:
> AddHandler cgi-script .cgi
> AddHandler cgi-script .pl
>
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.
--
Dan Kriwitsky