Hi,
I am getting an error -
The directory “/home/abcd.com/html/cache/doctrine/e1619efa” is not writable.
When I set like
chmod -R 777 cache
OR
if I change owner like
sudo chown -R nobody:nobody /home/abcd.com
Everything working fine.
I am trying to change the owner to FTP so that he can manage it. But I am getting an error.
sudo usermod -a -G nobody webrun_ftp
sudo chown -R webrun_ftp:webrun_ftp /home/abcd.com/html
sudo chmod -R 755 /home/abcd.com
777 is too dangerous and I wanted to run/manage via FTP. Using Openlitespeed and web server.
Please help .