ConFoo Montreal 2026: Call for Papers

Voting

: four minus one?
(Example: nine)

The Note You're Voting On

610010559 at qq dot com
5 years ago
in linux system, if you want to add php-fpm service to system service; it is easy to do that, because php offer the relate shell script:

after make and make install;enter the source code package sapi/fpm/init.d.php-fpm ; type the code in the linux system.
cp sapi/fpm/init.d.php-fpm /etc/init.d/php-fpm

then you can use "php-fpm {start|stop|force-quit|restart|reload|status|configtest} " command to control your php-fpm program more convenient .

<< Back to user notes page

To Top