Question

  • Creator
    Topic
  • #2341191

    NGINX, PHP and MySQL on opensuse leap 42.3

    Locked

    by bandasam ·

    Tags: 

    Team.

    Hope you are all fine.

    I am trying to installed nginx, php7 and mysql on my opensuse leap 42.3 environment. I have successfully installed all but it seems i have the below error when starting php7 server:
    Job for php-fpm.service failed because the control process exited with error code. See “systemctl status php-fpm.service” and “journalctl -xe” for details.

    I am also getting this error in my php-fpm.log file:

    [16-Apr-2018 22:03:27] ERROR: No pool defined. at least one pool section must be specified in config file
    [16-Apr-2018 22:03:27] ERROR: failed to post process the configuration
    [16-Apr-2018 22:03:27] ERROR: FPM initialization failed
    [16-Apr-2018 22:05:43] ERROR: No pool defined. at least one pool section must be specified in config file
    [16-Apr-2018 22:05:43] ERROR: failed to post process the configuration
    [16-Apr-2018 22:05:43] ERROR: FPM initialization failed
    [16-Apr-2018 22:06:24] ERROR: No pool defined. at least one pool section must be specified in config file
    [16-Apr-2018 22:06:24] ERROR: failed to post process the configuration
    [16-Apr-2018 22:06:24] ERROR: FPM initialization failed
    [16-Apr-2018 22:19:51] ERROR: No pool defined. at least one pool section must be specified in config file

    Please help.

    regards

All Answers

  • Author
    Replies
    • #2447386

      Resolution

      by ram.ayyappan ·

      In reply to NGINX, PHP and MySQL on opensuse leap 42.3

      Resolution

      Login to SSH
      Run:

      # systemctl edit php-fpm
      In the editor, press “I” and input the record below:

      LimitNOFILE=8192

      Save and exit by pressing Esc, typing “:wq” and pressing Enter
      Restart the php-fpm service:

      # systemctl restart php-fpm

Viewing 0 reply threads