Thanks Rich, it worked perfect!
-Original Message-
From: Rich Bowen [mailto:rbo...@rcbowen.com]
Sent: Friday, October 29, 2010 11:34 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] CGI-BIN
On Oct 29, 2010, at 2:20 PM, motty.cruz wrote:
> Hello Rich,
> Here what I get
On Oct 29, 2010, at 2:20 PM, motty.cruz wrote:
Hello Rich,
Here what I get on the browser
You don't have permission to access /second/ on this server
Here is the access_log
ip - - [29/Oct/2010:11:14:31 -0700] "GET /second/ HTTP/1.1" 403 209
here is the error_log
[Fri Oct 29 11:13:08 2010]
econd
Thanks,
-Motty
-Original Message-
From: Rich Bowen [mailto:rbo...@rcbowen.com]
Sent: Friday, October 29, 2010 11:09 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] CGI-BIN
On Oct 29, 2010, at 1:53 PM, motty.cruz wrote:
> Hello Devraj,
> I already have the following
On Oct 29, 2010, at 1:53 PM, motty.cruz wrote:
Hello Devraj,
I already have the following line in my httpd.conf
ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/"
Can I add a second directory?
ScriptAlias /second/ "/usr/local/www/second/" <-- I added second
line but
apache won't recogniz
s in side this dir.
Thanks,
-Motty
-Original Message-
From: Devraj Mukherjee [mailto:dev...@gmail.com]
Sent: Thursday, October 28, 2010 3:24 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] CGI-BIN
Hi Motty,
On Fri, Oct 29, 2010 at 9:11 AM, motty.cruz wrote:
> Hello,
> I'
Hi Motty,
On Fri, Oct 29, 2010 at 9:11 AM, motty.cruz wrote:
> Hello,
> I'm trying to get apache to execute cgi scripts outside cgi-bin
> directory(/usr/local/www/cgi-bin) instead I want to run scripts from
> /usr/local/www/directory. I google it but most furums are for Linux. My
> machine is a