Apache cannot read .htaccess
Just a quick tip on Apache and the following error:
[Wed Aug 20 09:16:51 2008] [crit] [client 10.88.0.1] (13)Permission denied: /var/www/vhosts/testsite.com/htdocs/folder/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
It appears as if Apache cannot read a folder unless you chmod it read/write/execute. I had the folder in question chmod’ed read/write only. I am not sure why Apache requires the “execute” on the folder, but adding it fixed the problem.
20 Aug 2008 mbauer 0 comments
