Apache 2.4.10 that use to work fine. Then a power outage and now site images do not load. When you look at the error log:
AH00529: /srv/www/htdocs/sites/sitename/images/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/srv/www/htdocs/sites/sitename/images/' is executable
My vhost has AllowOverride None so apache does not look for htaccess but images still dont load. Permissions on that site folder are:
drwxr-xr-x 1 root root
I also put a blank .htaccess file in that directory and reloaded apache with the same results. Why are images not loading?