Re: cgi-bin will not execute perl program
[email protected] ("Mumia W.")
| Newsgroups | perl.beginners.cgi |
|---|---|
| Message-ID | <[email protected]> |
On 06/12/2007 09:38 PM, whitsey wrote: > [...] > <Directory "/usr/local/apache2.0.54/bindist/cgi-bin"> > AllowOverride None > Options None You need "Options ExecCGI" or (more probably) "Options +ExecCGI"