SE Linux and Apache on Fedora Core 3
I had (and may still have) a strange permission problems that to do with SELinux setting. Long story short all i had to do was run this command:
/sbin/fixfiles -F relabel
as root (or sudo…). SELinux somehow don’t understand some file permission if you move a file certain way… I guess. It took me month to figure this out. Whew.
