ユーザディレクトリにファイルを作成して、apacheからアクセスすると
パーミッションが正しいにもかかわらず、search パーミッションが無い旨のエラーが出る
access to /index.html denied (filesystem path '/home/username/public_html/domain/index.html') because search permissions are missing on a component of the path
SELinux の設定を確認
getenforce
Enforcing
オフにする
setenforce Permissive
問題なくアクセスできるようになった。
今回はSElinuxは利用しないが、本来は、きちんとSELinuxを利用した上でのアクセス制御をするのが望ましい