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

RE: [cobalt-users] RAQ3 - disabling cgiwrap on a virtual domain



> 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