Take note in httpd.conf of the user and group to which apache is running (e.g. in my ubuntu box, I use nobody:nogroup). Then do:
chown -R [user]:[group] /var/www chmod -R o-rwx /var/www --- mike t. --- Arnel Pastrana <[EMAIL PROTECTED]> wrote: > Hi Debian lover, > > I just moved to debian 3 months ago I came from rh. > > I think the concept is the same with my rh server > before I am just > searching in the web still the best thing to do. > > Here is the problem in my /var/www/ folder an > ordinary user can view > and see the content of this using ssh. > > Is it possible to set to a certain user only hide it > to others? > > any idea please? > > Arnel Pastrana > [EMAIL PROTECTED] > " The key is not to prioritize your shedule but to > prioritize your > priorities." --- Stephen R Covey > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > [email protected] (#PLUG @ irc.free.net.ph) > Read the Guidelines: http://linux.org.ph/lists > Searchable Archives: http://archives.free.net.ph > _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

