Apache errors after enabling MESSENGERV3
Posted: 02 Oct 2020, 18:13
After enabling MESSENGERV3 on a Plesk server apache logs are full of these errors:
It seems that the default permissions that CSF creates for the public_html directory are too strict:
After running chmod 755 on public_html it corrected the apache errors:
Code: Select all
[Tue Sep 29 10:13:24.787935 2020] [negotiation:error] [pid 861] (13)Permission denied: [client 208.91.111.234:57410] AH00686: cannot read directory for multi: /home/csf/public_html/
[Tue Sep 29 10:13:40.261728 2020] [negotiation:error] [pid 28831] (13)Permission denied: [client 208.91.111.234:50991] AH00686: cannot read directory for multi: /home/csf/public_html/
[Tue Sep 29 10:13:49.511683 2020] [negotiation:error] [pid 28830] (13)Permission denied: [client 208.91.111.234:51794] AH00686: cannot read directory for multi: /home/csf/public_html/
[Tue Sep 29 10:14:19.694947 2020] [negotiation:error] [pid 28830] (13)Permission denied: [client 208.91.111.234:51906] AH00686: cannot read directory for multi: /home/csf/public_html/
Code: Select all
drwx--x--x. 2 csf nobody 40 Jul 20 10:37 public_html
Code: Select all
drwxr-xr-x. 2 csf nobody 40 Jul 20 10:37 public_html