httpd access problems

Tim ignored_mailbox at yahoo.com.au
Thu Oct 30 12:18:21 UTC 2008


Tim:
>> Don't forget world executable permissions on directories.

Gene Heskett:
> Ahh, so it should have been 0655, fixed I hope.

Don't do that to files, you don't want to make all your webservable
files executable, unless they need it (e.g. CGI scripts, or SHTML pages
where you're using the X bit hack to tell the server to parse them for
SSI, rather than using the filename suffix).

That's where doing something like "chmod o+X" (that's a deliberate
capital X), rather than "chmod 644" was useful.  It'd set executable
bits where it was needed (to directories), and not where it was not (not
on files, unless they were already executable).

-- 
[tim at localhost ~]$ uname -r
2.6.26.6-79.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.






More information about the fedora-list mailing list