[imp] Re: pear and include_path

Craig White craigwhite at azapple.com
Thu Mar 17 00:38:14 PST 2005


On Thu, 2005-03-17 at 07:08 +0000, li at elaboratio.com wrote:
> Zitiere Michael M Slusarz <slusarz at bigworm.curecanti.org>:
> 
> > Quoting li at elaboratio.com:
> > 
> > > Zitiere Myke Place <mp at xmission.com>:
> > >
> > >> Are you certain that your webserver process has permission to
> > access
> > >> /usr/local/share/pear and the files inside that directory?
> > >
> > > 1)
> > > default:
> > > drwxr-xr-x  22 root  wheel   512 Jan 14 01:52 pear
> > >
> > > -r--r--r--   1 root  wheel  18563 Jan 14 01:14 Log.php
> > > -r--r--r--   1 root  wheel  33070 Jan 14 01:08 PEAR.php
> > >
> > > does it need more than READ permission?
> > 
> > make sure your webserver can access all folders under this level also.
> > 
> 
> 
> all files under /usr/local/share/pear until the lowest level have at least READ
> permission.
> does it need more than READ permission?
----
if directories don't have x bit set - user cannot descend into directory

php files probably need x bit set to 'execute' - not entirely sure why
you are fooling with the perms on them - do you not trust developers?

Craig



More information about the imp mailing list