Submitted by RyanJohnson on Sun, 09/22/2013 - 19:52
Hi Guys,
On our server we're using nginx and php-fpm.
I have a process running that looks like this:
/usr/bin/perl /usr/bin/php-loop.pl /usr/bin/php5-cgi -b /var/php-nginx/13797318531382.sock/socket
Is this need if I'm using fpm? If not how Do I disable this in Virtualmin?
Cheers, Ryan
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Mon, 09/23/2013 - 00:30 Comment #1
You don't need this if you aren't running PHP scripts via fcgi, which Virtualmin sets up by default.
You can prevent this script from being started at boot by deleting the
php-fcgi-
scripts at Webmin -> System -> Bootup and Shutdown.Submitted by RyanJohnson on Mon, 09/23/2013 - 07:55 Comment #2
Thanks Jamie
Submitted by Murz on Thu, 01/12/2017 - 02:42 Comment #3
Thanks, I got this problem too and remove this files by hands. But how and where can I prevent or disable creating this rule for each new virtual server?
Submitted by JamieCameron on Thu, 01/12/2017 - 16:20 Comment #4
Right now you can't, but the next release of the Nginx plugin for Virtualmin will support FPM natively and so won't create this script.