tutorial on compiling and installing PHP and PHP-FPM in Linux

Source: Internet
Author: User
Tags bz2 fpm install php ini

The path of this article and users are webmaster on their own server, we should be based on the situation of their own servers to make changes.

Install PHP 5.3.3 (5.3.3 already includes FPM):

The code is as follows Copy Code
wget http://cn.php.net/get/php-5.3.3.tar.bz2 (link may fail everyone can go to cn.php.net download the latest version you need) TAR-JXVF php-5.3.3.tar.bz2 CD php-5.3.3./configure--prefix=/usr/home/yaoya/php--enable-fpm make make install

Configure PHP:

The code is as follows Copy Code
CP Php.ini-development/usr/home/yaoya/php/lib/php.ini CD/USR/HOME/YAOYA/PHP/ETC CP Php-fpm.conf.default Php-fpm.conf

Edit php-fpm.conf

The code is as follows Copy Code
[Global] pid =/usr/home/yaoya/php/var/run/php-fpm.pid Error_log =/usr/home/yaoya/php/var/log/php-fpm.log Log_level = notice [www] listen = 127.0.0.1:9000 user = Yaoya Group = Yaoya pm = Dynamic Pm.max_children = Pm.start_servers = PM . min_spare_servers = 5 Pm.max_spare_servers = 35

Start PHP fastcgi:

  code is as follows copy code
/usr/home/ YAOYA/PHP/SBIN/PHP-FPM

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.