[plug] Apache Problems

Steve Grasso steveg at calm.wa.gov.au
Mon Feb 28 14:19:06 WST 2000


>Unfortunately I can't seem to get Apache to execute CGI scripts in a
>directory other than the ScriptAlias.  If I configure:

Depending on your version of Apache, in srm.conf, comment out ScriptAlias 
and add
AddType application/x-httpd-cgi .cgi .pl
AddHandler cgi-script .cgi

In access.conf, under <Directory /home/staff/again/public_html/>
Options ExecCGI

(This will enable cgi's from /home/staff/again/public_html/ only).

Steve




More information about the plug mailing list