Php-fpm startup reports please specify user and group other than root, pool 'default'

Source: Internet
Author: User
Tags fpm php and

After installing PHP and configuring fpm successfully, an error is reported after startup:

Starting php_fpm Aug 03 06:51:54. 269165 [ERROR] fpm_unix_conf_wp (), line 124: please specify user and group other than root, pool 'default'

Solution:

Modify php-fpm.conf

The code is as follows: Copy code

<! -- <Value name = "user"> nobody </value> -->
Unix group of processes
<! -- <Value name = "group"> nobody </value> -->

Change to the user and group specified by nginx

<Value name = "user"> www </value>
Unix group of processes
<Value name = "group"> www </value>

Or we can configure it like this.

The code is as follows: Copy code

<! -- <Value name = "user"> nobody </value> -->

Change


<Value name = "user"> nobody </value>

Enable the nobody user option, save and exit, and then restart php-fpm:


Modify startup:

The code is as follows: Copy code

[Root @ localhost conf] # php-fpm start
Starting php_fpm done

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.