You can change the permissions of a file using the "File Manager" link on the "Websites & Domains" tab.
chmod 0644 slow.log to change the file permissions.If the command below is correct, inserting "slow.log" in it doesn't give any results either.In your above description, the filename wasn't vhost-save.conf, but slow.log.
If the command below is correct, inserting "slow.log" in it doesn't give any results either.
'# chmod 0644 /var/www/vhosts/website.com/httpdocs/slow.log'
chmod: cannot access '/var/www/vhosts/website.com/httpdocs/slow.log': No such file or directory
This gives results! Thank you very much, PeterWhen slow.log is located in /var/www/vhosts/website.com, your command must be "cmod 0644 /var/www/vhosts/website.com/slow.log", not "...httpdocs/slow.log".
Just wanted to say thanks I had the same issue with permissions on a conf file and this solved it for me.You can try to add read permissions to the group, e.g.
That should already be sufficient.Code:chmod 0640 /var/www/vhosts/glamsty.com/httpdocs/vhost-saved.conf