I'm getting a 403 forbidden error when my webserver tries to load a file I created as 'root'.
If I chown and chgrp it to the right user name, it doesn't help. It also does't help if I chmod 777 the file
The only thing that works is using 'cp' while using the right user name and then deleting the original.
Any idea why?
I'm using Fedora, Apache 2. I am also using virtual hosts.