Thank you guys for your help!
Hi @Renato
You shouldn’t change the permissions, they are set that way for a reason.
Indeed, those directories also have ACL (Access Control List) settings and if you modified them manually, you may have broken those settings.
getfacl /home/elliot
getfacl /home/renato
Show the conf of one of those domains that doesn’t work.
v-list-web-domain YourUser YourDomain json
Show also the output of these commands:
systemctl status nginx --no-pager -l
systemctl restart nginx
systemctl status nginx --no-pager -l
systemctl status apache2 --no-pager -l
systemctl restart apache2
systemctl status apache2 --no-pager -l
You can also check the error log:
tail -n30 /var/log/apache2/domains/YourDomain.log
tail -n30 /var/log/apache2/domains/YourDomain.error.log
Also the conf used:
cat /etc/nginx/conf.d/domains/YourDomain.conf
cat /etc/apache2/conf.d/domains/YourDomain.conf
1 Like
solved by reinstall.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.