[Tue Feb 06 05:23:40.876571 2024] [proxy_fcgi:error] [pid 35445:tid 139634260493888] [client 79.137.68.184:0] AH01071: Got error ‘Primary script unknown’
[Tue Feb 06 05:23:41.237867 2024] [proxy_fcgi:error] [pid 35445:tid 139634243708480] [client 79.137.68.184:0] AH01071: Got error ‘Primary script unknown’
[Tue Feb 06 05:23:41.468112 2024] [proxy_fcgi:error] [pid 35446:tid 139634501424704] [client 79.137.68.184:0] AH01071: Got error ‘Primary script unknown’
[Tue Feb 06 05:23:41.815381 2024] [proxy_fcgi:error] [pid 35446:tid 139634411562560] [client 79.137.68.184:0] AH01071: Got error ‘Primary script unknown’
[Tue Feb 06 05:29:35.908540 2024] [autoindex:error] [pid 862:tid 140142568273472] [client 194.15.35.81:0] AH01276: Cannot serve directory /home/xxxxxxxxx>
Above is the error log and a screenshot of the page.
I also ran this below codes in the right folder to see if it will display because this code helps display it in vestacp previously.
sudo chown -R www-data:www-data public_html
find public_html -type d -exec chmod 755 {} \;
find public_html -type f -exec chmod 644 {} \;
sudo chmod -R 775 public_html/core/storage
sudo chmod -R 775 public_html/core/bootstrap/cache
Please i need help in fixing this.