Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fgbona

Pages: [1]
1
Updates / Re: can't update cwp pro
« on: January 01, 2022, 01:52:36 PM »
In my case, just the PHP-FPM files are changing. While the cwp team can't fix this, I changed those files to immutable, so tomorrow I wouldn't wake up to fix them, AGAIN.

Code: [Select]
[root@hosting001 ~]# chattr +i /opt/alt/php-fpm74/usr/etc/php-fpm.d/users/univ.conf
Code: [Select]
[root@hosting001 ~]# echo 55 >> /opt/alt/php-fpm74/usr/etc/php-fpm.d/users/univ.conf
Code: [Select]
-bash: univ.conf: Permission denied
I hope it helps.


Pages: [1]