* m.cheeba <[EMAIL PROTECTED]> [08m05d01y 13:58]:
[snip]
> -rw-------    1 apache   apache       1955 Jul  3 16:04 index.html
> 
> is still served to the browser, even though it is not world readable...

The file does not have to be world-readable: if apache is running as
user 'apache', it can access that file as the file is owned by 'apache' and
has owner read (and write) permissions.

If you don't want that file to be served, make it inaccessible to the
apache user, either by:

    a) changing the ownership of the file which chown
        or
        b) changing the file's permissions using chmod

Hope that helps.
-- 
If Robert Di Niro assassinates Walter Slezak, will
 Jodie Foster marry Bonzo??



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to