AH00132: file permissions deny server access

Tomy666

Verified User
Joined
Jan 12, 2020
Messages
31
Location
Poland
Hello :)
I have problem with my Apache serwer .
Sometimes images on the page are not displayed randomly. After refreshing the page it is ok.
Permissions for folders 755, files 644
SELinux status: disabled
Below is the error log
Code:
[Wed Sep 15 08:09:36.245138 2021] [core:error] [pid 26264:tid 139725206595328] (13)Permission denied: [client 94.254.153.47:5394] AH00132: file permissions deny server access: /home/admin/domains/test.info.pl/private_html/images/domy/thdomy39.jpg, referer: https://www.test.info.pl/domy.html

What could be the problem? Please help :)
 
file permissions deny server access: /home/admin/domains/test.info.pl/private_html/
Looking at this. Do you have an automatic redirect from private_html to public_html in place (the default nowadays).
If yes, try to reset permissions, otherwise check if that image in the /public_html/images/domy directory has the correct permissions and is existant.

Also:
It's not wise to use www in front of a subdomain, some things can respond oddly to this.
So in this case, better use test.info.pl in your url's, also if you point to your image. Good chance you will have less issues.
 
Back
Top