On Mon, 11 Dec 2000, Richard Dice wrote:

> > Have you looked at the permissions and verified that the uid of the user
> > running apache has permissions to list the contents of the directory?
> 
> It's a good suggestion, but we've been all up and down this one over
> here.  (For instance, if it didn't have perms, then the opendir/readdir
> commands would fail -- they're not failing, they're just giving garbage
> output.)

yup :)

> Damian and I are now going through strace, per Stas' suggestion.
> That didn't seem to yield any useful info, but we'll bring it to the 
> list eventually.
> 
> We're now giving ltrace a go... sure, it yields a few gigabytes of
> log information, but you gotta do what you gotta do...

It shouldn't be gigabytes -- you want to strace only special events like
open and read, and you want to attach to the process only before running
the script (run under -X) -- so you should have just a few lines!!!

 % strace -p PID -e trace=open,read



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/  


Reply via email to