I have few different sites in the /home
directory. It worked before the update, but now the Apache HTTP Server cannot access them. I get the error below:
Permission denied: [client 127.0.0.1:58170] AH00035: access to / denied (filesystem path '/home/xxx') because search permissions are missing on a component of the path
There is a warning on startup too:
AH00112: Warning: DocumentRoot [/home/xxx/websites/a_website] does not exist
The file exists int the file system though.
The /home
is a mount point for a whole partition. If I mount the same partition on /alt_home
, it works fine from there. I have to alter configuration though. Soft links do not work.
AH00037: Symbolic link not allowed or link target not accessible: /a/path/to/website
To my knowledge there is no SELinux or AppArmor. The Linux distribution is the Arch.
What makes this blockage and how to fix it?