PHP Turn on Curl and restart the PHP-FPM service

Source: Internet
Author: User

1. Locate the php.ini configuration

Find/-name ' php.ini '

/usr/local/php/etc/php.ini

Find the Extension=php_curl.dll and remove the semicolon from the front.

2, restart PHP

PHP-FPM in PHP 5.3.3 no longer supports commands such as/USR/LOCAL/PHP/SBIN/PHP-FPM (Start|stop|reload) that php-fpm previously had, and signal control is required:

The master process can understand the following signals:

INT, term: Immediate Termination
QUIT: Smooth Termination
USR1: Reopen log file
USR2: Smooth reload of all worker processes and reload configuration and binary modules

Example:
1) php-fpm off:
#kill-int ' Cat/usr/local/php/var/run/php-fpm.pid '

2) php-fpm Restart:
#kill-usr2 ' Cat/usr/local/php/var/run/php-fpm.pid '

To view the number of PHP-FPM processes:
#PS aux | grep-c php-fpm

Accidentally killed the PHP process, how to start it.

/USR/LOCAL/PHP/SBIN/PHP-FPM-T Test If there is a problem

/usr/local/php/sbin/php-fpm-r Start PHP-FPM

Or/ETC/INIT.D/PHP-FPM start to launch PHP-FPM

PHP Turn on Curl and restart the PHP-FPM service

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.