The mod_perl server and the CGI server are the same.  It's just a
handler configured for CGI's for *.cgi and mod_perl for *.pl, and I've
symlinked from a .pl to the .cgi.

The web server for CGI and mod_perl and the command line run were all
done as the same user.

Code like this:

      warn "$cmd is " . (-x $cmd ? "" : " not") ." EXECUTABLE\n" ;
      warn `ls -l $cmd`;

Yields this under mod_perl:

/usr/bin/rcsdiff is  not EXECUTABLE
-rwxr-xr-x  1 root root 49388 Sep 21  2004 /usr/bin/rcsdiff

and this from the command line and

/usr/bin/rcsdiff is  EXECUTABLE
-rwxr-xr-x  1 root root 49388 Sep 21  2004 /usr/bin/rcsdiff

and in a CGI:

/usr/bin/rcsdiff is  EXECUTABLE
-rwxr-xr-x  1 root root 49388 Sep 21  2004 /usr/bin/rcsdiff

Same server, CGI vs mod_perl, different behavior.

Probably not permissions.  But what?

Eric

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of Perrin Harkins
> Sent: Friday, August 29, 2008 1:35 PM
> To: Berg, Eric
> Cc: Sean Davis; Jeff Pang; modperl perl apache org
> Subject: Re: a require problem
> 
> On Fri, Aug 29, 2008 at 1:23 PM, Berg, Eric 
> <[EMAIL PROTECTED]> wrote:
> > The really weird thing is that when run in a CGI context, 
> the -x test
> > works as expected, but when called when running as a 
> mod_perl2 registry
> > script, it returns false, even though the file (that does exist) is
> > executable by everyone.  Change it back to CGI (not 
> mod_perl) and the
> > same code does work properly.
> 
> It's still most likely a permissions issue.  I'd suggest trying to
> execute it as the user who your mod_perl server runs as.
> 
> - Perrin
> 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - -

This message is intended only for the personal and confidential use of the 
designated recipient(s) named above.  If you are not the intended recipient of 
this message you are hereby notified that any review, dissemination, 
distribution or copying of this message is strictly prohibited.  This 
communication is for information purposes only and should not be regarded as an 
offer to sell or as a solicitation of an offer to buy any financial product, an 
official confirmation of any transaction, or as an official statement of Lehman 
Brothers.  Email transmission cannot be guaranteed to be secure or error-free.  
Therefore, we do not represent that this information is complete or accurate 
and it should not be relied upon as such.  All information is subject to change 
without notice.

--------
IRS Circular 230 Disclosure:
Please be advised that any discussion of U.S. tax matters contained within this 
communication (including any attachments) is not intended or written to be used 
and cannot be used for the purpose of (i) avoiding U.S. tax related penalties 
or (ii) promoting, marketing or recommending to another party any transaction 
or matter addressed herein.

Reply via email to