Re: cgi-bin will not execute perl program
[email protected] (whitsey)
| Newsgroups | perl.beginners.cgi |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Mumia W. wrote: > 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" The Apache/Tomcat documentation states that the "ScriptAlias" directive automatically assigns the alias as a cgi-bin, therefore all files within this directory are by default assigned as files to be executed. I did add this however is made no difference...