Discover Centmin Mod today
Register Now

Nginx Nginx failed

Discussion in 'Install & Upgrades or Pre-Install Questions' started by jellday, Mar 24, 2016.

Tags:
  1. jellday

    jellday Member

    83
    4
    8
    May 31, 2014
    Ratings:
    +11
    Local Time:
    4:25 PM
    1.4.6
    5.5
    Vultr VPS, latest 08stable centminmod script, method 2 install.
    modified centmin.sh from nginx 1.9.12 to 1.8.1, nginx_speed to latest 1.10.33.6 and to yes, php version modified to 5.5.33. After installation nginx is not started. Upgraded to 1.9.12 still the same. log file attached.
    It seems not the first time that nginx installed failed.
    The log file is too large (over 1MB) that I have to zipped it so the system allows me to upload.
    Please take a look and help me out. Thanks a million.

     

    Attached Files:

  2. eva2000

    eva2000 Administrator Staff Member

    55,153
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    6:25 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    For centmin mod use nginx 1.9.x branch as that is what the code and install routines are written for now. Also ngx_pagespeed 1.10 is NOT supported in 123.08stable, only 123.09beta01 supports 1.10 branch of ngx_pagespeed.

    post logs to gist.github.com or pastebin.com
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,153
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    6:25 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    see news thread at Nginx 1.9.11 dynamic module compatibility

    123.08stable has disabled ngx_pagespeed and lua nginx modules due to incompatibility with nginx 1.9.11 dynamic modules. If you want ngx_pagespeed for now you need to update Centmin Mod to 123.09beta01 outlined here Beta Branch - Centmin Mod .09 beta branch Testing

    With 123.09beta01, set in /etc/centminmod/custom_config.inc persistent config file you create or already created and set:
    Code:
    NGINX_PAGESPEED=y
    and then recompile Nginx 1.9.12 via centmin.sh menu option 4
     
  4. jellday

    jellday Member

    83
    4
    8
    May 31, 2014
    Ratings:
    +11
    Local Time:
    4:25 PM
    1.4.6
    5.5
    Thank you very much. Problem solved.