Hello,
i have the following structure
/var/www/virtual/<DomainName>/<DomainAliasName>/<DomainAliasSubdomain>htdocs/test.html.
If i try to open the "test.html" i get an error 403.
The log says
Quote[Sun Jan 15 13:09:05.292831 2017] [core:error] [pid 16789:tid 140133223356160] (13)Permission denied: [client <IP>:63854] AH00035: access to /test.html denied (filesystem path '/var/www/virtual/<DomainName>/<DomainAlias>/<SubDomain>/htdocs/test.html') because search permissions are missing on a component of the path
Some infos
- Owner of the file is the virtual user from <DomainName>
- File Permissions are "rwxr--r--"
- Folder Permissions of the SubDomain Folder are rwxr-x---
Any idea, why i get this error?