I dunno what you did but you may do this or something equivalent for your distro
Code: Select all
ps -ef | grep php
pkill 123solar.php (if needed)
systemctl restart php-fpm
systemctl restart nginx (or apache)
Code: Select all
ps -ef | grep php
pkill 123solar.php (if needed)
systemctl restart php-fpm
systemctl restart nginx (or apache)
Sorry, I never updated you on this point. I managed to make it work by just adding the modpoll to /bin folder.jeanmarc wrote: ↑Wed Sep 30, 2020 3:30 pm Changing files won't survive the updates.
I dunno what you did but you may do this or something equivalent for your distroCode: Select all
ps -ef | grep php pkill 123solar.php (if needed) systemctl restart php-fpm systemctl restart nginx (or apache)
Users browsing this forum: No registered users and 2 guests