Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Joshua Slive
On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: > On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: > >> To answer Joshua's question, I've got nothing in the error_log and I >> have >> a 404 in the access_log: >> >> GET /bin/ceilings/hp404 >> GET /bin/green 301 >

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
> On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: > >> To answer Joshua's question, I've got nothing in the error_log and I >> have >> a 404 in the access_log: >> >> GET /bin/ceilings/hp404 >> GET /bin/green 301 > > The lack of an error_log entry for a 404 error is r

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Javier Toledo Pantoja
I think that you must verify the rwx privileges on the main directory and children dirs. As I can remember (please verify manuals) the user/group must be "daemon" and can read the files from these directories. Another point for your problem is "ScriptAlias", but seems that you configured correctl

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Joshua Slive
On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: To answer Joshua's question, I've got nothing in the error_log and I have a 404 in the access_log: GET /bin/ceilings/hp404 GET /bin/green 301 The lack of an error_log entry for a 404 error is rather troublesome. A

RE: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
>> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, July 18, 2007 9:10 AM >> >> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >> >> Sent: Wednesday, July 18, 2007 7:03 AM > >> >> ScriptAlias /bin "/usr/local/data/redirect/bin" >> >> >> >> AllowOverride None >> >> Options ExecCGI

RE: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread ROTH, MARK, ATTSI
> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 18, 2007 9:10 AM > >> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] > >> Sent: Wednesday, July 18, 2007 7:03 AM > >> ScriptAlias /bin "/usr/local/data/redirect/bin" > >> > >> AllowOverride None > >> Options ExecCGI > >> Or

RE: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
> Jeff, > >> From: Jeff Fulmer [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, July 18, 2007 7:03 AM >> >> We're moving from 1.3.x to 2.0.59. I discovered a problem >> with my config that didn't port well. Here's the relevant block: > > I think I'd go to 2.2, but >> >> ScriptAlias /bin "/usr/loca

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Joshua Slive
On 7/18/07, ROTH, MARK, ATTSI <[EMAIL PROTECTED]> wrote: I *think* you need +ExecCGI No, that has nothing to do with it. ScriptAlias implies ExecCGI already, so you don't need the Options line at all. Joshua. - The official

RE: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread ROTH, MARK, ATTSI
Jeff, > From: Jeff Fulmer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 18, 2007 7:03 AM > > We're moving from 1.3.x to 2.0.59. I discovered a problem > with my config that didn't port well. Here's the relevant block: I think I'd go to 2.2, but > > ScriptAlias /bin "/usr/local/data/r

Re: [EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Joshua Slive
On 7/18/07, Jeff Fulmer <[EMAIL PROTECTED]> wrote: Hi, We're moving from 1.3.x to 2.0.59. I discovered a problem with my config that didn't port well. Here's the relevant block: ScriptAlias /bin "/usr/local/data/redirect/bin" AllowOverride None Options ExecCGI Order allow,deny Allow fr

[EMAIL PROTECTED] script alias / directory woes

2007-07-18 Thread Jeff Fulmer
Hi, We're moving from 1.3.x to 2.0.59. I discovered a problem with my config that didn't port well. Here's the relevant block: ScriptAlias /bin "/usr/local/data/redirect/bin" AllowOverride None Options ExecCGI Order allow,deny Allow from all My problem lies in the execution of scripts