0
votes

Maybe one of you has an answer for me, in the situation I'm staring at for a long time! The webserver is running on a VPS which is running CentOS 8.1.1911 with Apache (no nginx).

The strange thing is that it's only happening on this server. Our other servers are designed the same way, but when a script wants to access the folder: /httpdocs/images/backgroundimages it gets a 403 - access denied error. I checked:

  • The owner of the folder - in this case it's the customer's account (Vhost) - let's say john
  • The permissions - folder = 755, files = 644
  • .htaccess file(s) - Contains the same as other folders - which don't give this problems

I really don't know where to look anymore, so I hope someone has a clever idea :)

Thank you very much in advance for thinking with me!