Message-ID: <3F06C9859CA7D31194ED0000D1ECC4AB131BB124@pkcexv007.sprintspectrum.com> From: "Duston, Hal" <hdusto01@sprintspectrum.com> Subject: RE: Apache confusion Date: Thu, 20 Jun 2002 09:42:38 -0500
Make the directories _executable_.
701 is what I set my directories to.
That will allow you to open files in the
directories, but not to list them. I.e.
you can "vi /home/user/www/index.html",
but not "ls -l /home/user/www".
Jonathan Hutchins [mailto:hutchins@opus1.com] wrote:
> > -----Original Message-----
> > From: Brian Densmore [mailto:DensmoreB@ctbsonline.com]
>
> > /home should be world readable on any
> > webserver, but not /home/user.
>
> How, then, do we serve /home/user/www/*?