PHP-FPM Restart, abort Operation command in PHP 5.4

Source: Internet
Author: User

PHP-FPM Restart, abort Operation command in PHP 5.4:

To view the PHP run Directory command:
which PHP
/usr/bin/php

To view the number of PHP-FPM processes:
PS aux | Grep-c PHP-FPM

View running Memory
/usr/bin/php-i|grep Mem

Restart PHP-FPM
/ETC/INIT.D/PHP-FPM restart

The PHP-related configuration can be seen in the phpinfo () output.
Loaded Configuration File/etc/php.ini

==============================

First, to find the php-fpm.conf configuration file, see the configuration path of the PID (not the installation path), and then change the corresponding place below to normal execution.

[[Email protected] ~]# PS aux | grep php-fpm
Root 11799 0.0 0.0 103248 880 pts/0 s+ 13:51 0:00 grep--color php-fpm
Root 11973 0.0 0.0 417748 964? Ss Jun01 0:20 php-fpm:master process (/etc/php-fpm.conf)

Cat/etc/php-fpm.conf
See
PID =/var/run/php-fpm/php-fpm.pid

PHP-FPM Boot:
/usr/local/php/sbin/php-fpm
PHP-FPM off:
Kill-int ' Cat/var/run/php-fpm/php-fpm.pid '
PHP-FPM Restart:
KILL-USR2 ' Cat/var/run/php-fpm/php-fpm.pid '

To view the number of PHP-FPM processes:
PS aux | Grep-c PHP-FPM

PHP-FPM Restart, abort Operation command in PHP 5.4

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.