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 precheca...@yahoo.com.brwrote: ScriptAlias /cgi-bin/ /var/www/cgi-bin/ Directory /var/www/cgi-bin AllowOverride None Options None Order allow,deny Allow from all /Directory And the error message I receive is this: [error] [client

Re: [users@httpd] cgi-bin subdirectories

2012-05-15 Thread Téssio Fechine
De: Doug McNutt dougl...@macnauchtan.com 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-bin. Scripts like

[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/ Directory /var/www/cgi-bin

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-bin/

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 precheca...@yahoo.com.brwrote: Hello, I am having a problem with subdirectories in cgi-bin. Scripts like 'cgi-bin/user.pl' executes fine, but if I

Re: [users@httpd] cgi-bin subdirectories

2012-05-14 Thread Igor Cicimov
I mean Directory /var/www/cgi-bin/* Options +ExecCGI SetHandler cgi-script AllowOverride None Order allow,deny Allow from all /Directory On Tue, May 15, 2012 at 2:11 PM, Igor Cicimov icici...@gmail.com wrote: Include Options +ExecCGI