Want more timely Centmin Mod News Updates?
Become a Member

PHP-FPM After fixing the latest php-fpm bug, website breaks

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by negative, Jul 19, 2016.

  1. negative

    negative Active Member

    415
    50
    28
    Apr 11, 2015
    Ratings:
    +98
    Local Time:
    1:28 AM
    1.9.10
    10.1.11
    Hello @eva2000

    After apply these latest bug fixing on php-fpm, website shows a blank white page (xenforo 1.5.8).

    I delete that line from php.conf and php-poolx.conf and website runs fine.
    fastcgi_param HTTP_PROXY "";

    What may be the problem?
    I use cloudflare and php-fpm local sockets (127.0.0.1:900x) except from default configurations.

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,330
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:28 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    To troubleshoot Nginx and PHP-FPM issues you'd want to check the domain site's vhost access.log and error.log logs located within directory at /home/nginx/domains/yourdomain.com/logs. You can see a full overview at centminmod.com/configfiles.html

    FAQ item 19 has more info on all Centmin Mod relevant log files locations and how to use tail command to view a sample of the entries.

    Also post the contents of your site's nginx vhost http /usr/local/nginx/conf/conf.d/yourdomain.com.conf and/or /usr/local/nginx/conf/conf.d/yourdomain.com.ssl.conf in BBCODE CODE tags as outlined at How to use forum BBCODE code tags | Centmin Mod Community
     
  3. negative

    negative Active Member

    415
    50
    28
    Apr 11, 2015
    Ratings:
    +98
    Local Time:
    1:28 AM
    1.9.10
    10.1.11
    I think it was a slight error while php-fpm restarting. Because, now i write manually the fastcgi_param HTTP_PROXY ""; and restarted the nginx + fpm it works now.

    Also i don't understand if we apply these instructions to nginx, so why we don't restart the nginx, centmin restarts the fpm only.
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,330
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:28 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ah indeed you're right updating the code !