I've got this one file, favicon.ico. It's actually a large group of nested files, but purely for example, just this one.
If I do cp favicon.ico favicon2.ico
, Apache can read the second one just fine.
If I do mv favicon.ico favicon3.ico
, Apache throws a 403 on favicon3.ico.
If I su apache
, I can read the file as apache.
stat
says both files are identical, except for the inode number.
Is there some hidden flag somewhere or something that I'm missing? I've never seen anything like this.
error_log
says (13)Permission denied: access to /favicon3.ico denied