PHP-FPM Adding service services steps

Source: Internet
Author: User
Tags nginx server
This time to bring you php-fpm add service steps in detail, PHP-FPM Add service services attention to what, the following is the actual case, together to see.

Nginx running PHP through fastcgi than Apache contains PHP environment has obvious advantages, recently, there is a message that PHP5.4 will most likely put php-fpm patch in the kernel, Nginx server platform to run PHP will be more relaxed, Let's take a look at a php-fpm smooth start and configure the service example.

My PHP is the source of the installation. PHP-FPM after PHP 5.3.2 version does not support the previous php-fpm (start|restart|stop|reload), then if you configure PHP-FPM as a service, and add a smooth start/restart.

To php-fpm.conf(vi /usr/local/php54/etc/php-fpm.conf) make pid(;pid = run/php-fpm.pid) a previous or removed.

Because the compiler installs PHP, it will generate a lot of binary files in the PHP directory, find init.d.php-fpm, copy to INIT.D.

cp/usr/local/src/php54/sapi/fpm/init.d.php-fpm/etc/init.d/php-fpm

Set permissions, and add services

chmod +x/etc/init.d/php-fpmchkconfig--add php-fpm

You can use the following command to manage PHP-FPM later

Service php-fpm startservice php-fpm stopservice php-fpm restartservice php-fpm Reload

Believe that you have read the case of this article you have mastered the method, more exciting please pay attention to the PHP Chinese network other related articles!

Recommended reading:

How to let 360 search engine included PHP rewrite method

PHP uses curl to implement simulation login and crawl data steps

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.