Get the most out of your Centmin Mod LEMP stack
Become a Member

Nginx nginx: [warn] nginx was built without PCRE JIT support in /usr/local/nginx/conf/nginx.conf:8

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by pamamolf, Nov 28, 2015.

Tags:
  1. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    4:09 PM
    Nginx-1.26.x
    MariaDB 10.6.x
    Hi

    After upgrading today to latest Nginx version at the end i got this:

    Code:
    nginx: [warn] nginx was built without PCRE JIT support in /usr/local/nginx/conf/nginx.conf:8
    But i was enable it before upgrading on centmin.sh:
    Code:
    NGINX_PCREJIT=y
    /usr/local/nginx/conf/nginx.conf:8 :

    Code:
    pcre_jit on;
    Any ideas? :)

    Thanks

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,805
    12,272
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,858
    Local Time:
    11:09 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    4:09 PM
    Nginx-1.26.x
    MariaDB 10.6.x
    Code:
    /etc/centminmod/custom_config.inc
    doesn't exist on my server....

    I am using the latest 123.09beta01.....
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,805
    12,272
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,858
    Local Time:
    11:09 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    did you recompile Nginx after NGINX_PCREJIT=y set in centmin.sh ? updating on Centmin Mod code itself isn't enough if you previously had NGINX_PCREJIT=n on a previous Nginx compile.
     
  5. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    4:09 PM
    Nginx-1.26.x
    MariaDB 10.6.x
    Yes it was set to yes and then i upgrade it...
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,805
    12,272
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,858
    Local Time:
    11:09 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+