On Tue, May 15, 2012 at 9:03 AM, Téssio Fechine wrote:
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
AllowOverride None
Options None
Order allow,deny
Allow from all
And the error message I receive is this:
[error] [client 192.168.56.1] script not found or unable to stat:
/var/www/cgi
> De: Doug McNutt
> Assunto: Re: [users@httpd] cgi-bin subdirectories
> Para: users@httpd.apache.org
> Data: Segunda-feira, 14 de Maio de 2012, 23:13
> At 16:03 -0700 5/14/12, Téssio
> Fechine wrote:
> >Hello,
> >I am having a problem with subdirectories in cgi
I mean
Options +ExecCGI
SetHandler cgi-script
AllowOverride None
Order allow,deny
Allow from all
On Tue, May 15, 2012 at 2:11 PM, Igor Cicimov wrote:
> Include
>
> Options +ExecCGI
> SetHandler cgi-script
>
> in your Directory st
Include
Options +ExecCGI
SetHandler cgi-script
in your Directory stanza.
Igor
On Tue, May 15, 2012 at 9:03 AM, Téssio Fechine wrote:
> Hello,
> I am having a problem with subdirectories in cgi-bin.
> Scripts like 'cgi-bin/user.pl' executes fine, but if I move it to
> 'cgi-bin/s
At 16:03 -0700 5/14/12, Téssio Fechine wrote:
>Hello,
>I am having a problem with subdirectories in cgi-bin.
>Scripts like 'cgi-bin/user.pl' executes fine, but if I move it to
>'cgi-bin/something/user.pl' it stops working.
>
>I'm using the default centos-5.8 httpd.conf file:
>
>ScriptAlias /cgi-bi
Hello,
I am having a problem with subdirectories in cgi-bin.
Scripts like 'cgi-bin/user.pl' executes fine, but if I move it to
'cgi-bin/something/user.pl' it stops working.
I'm using the default centos-5.8 httpd.conf file:
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
AllowOverride None
Op