Re: [users@httpd] cgi-bin subdirectories

2012-05-21 Thread Matus UHLAR - fantomas
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

Re: [users@httpd] cgi-bin subdirectories

2012-05-15 Thread Téssio Fechine
> 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

Re: [users@httpd] cgi-bin subdirectories

2012-05-14 Thread Igor Cicimov
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

Re: [users@httpd] cgi-bin subdirectories

2012-05-14 Thread Igor Cicimov
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

Re: [users@httpd] cgi-bin subdirectories

2012-05-14 Thread Doug McNutt
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

[users@httpd] cgi-bin subdirectories

2012-05-14 Thread Téssio Fechine
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