Join the community today
Register Now

Nginx PageSpeed No threading detected. Own threads: 1 Rewrite, 1 Expensive Rewrite.

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by Jr Day, Feb 10, 2016.

  1. Jr Day

    Jr Day New Member

    7
    1
    3
    Jan 5, 2016
    Ratings:
    +1
    Local Time:
    6:20 PM
    1.8.0
    I found errors in the log file:
    [ngx_pagespeed 1.9.32.2-4321] No threading detected. Own threads: 1 Rewrite, 1 Expensive Rewrite.


    Why is that?
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    8:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    they aren't errors just verbose info which was previously hidden and accidentally re-enabled in display

    1.9.32.2 is old now, you need to update to 1.9.32.13 for security and other bug fixes Nginx PageSpeed - ngx_pagespeed 1.9.32.13 beta security update ! | Centmin Mod Community :)

    I'd update your centmin mod base code too

    Upgrading Centmin Mod Code to Latest Version



    Upgrading Centmin Mod involves 2 parts.
    1. Upgrading the actual Centmin Mod code outlined at Upgrade Centmin Mod - CentminMod.com LEMP Nginx web stack for CentOS This is heart of Centmin Mod where the code is the engine that runs centmin.sh shell based menu and all the automation you're accustomed to.
    2. Upgrade software that Centmin Mod installed or manages. For this part following outline at Upgrade - How to upgrade Centmin Mod | Centmin Mod Community
    So essentially, you can upgrade from .07 to .08 in place, but not everything is upgraded as some things like server initial environment setup isn't changed i.e. how swap, tmp setup and allocation are created etc. The main parts from part 2 above are what in place upgrades do i.e. Nginx and PHP-FPM compilation and config/settings parameters and MariaDB version from 5.5 to 10.0.x. If you want the full environment changed including tmp and swap setup to .08's configuration, then you would need a fresh OS install and fresh .08 initial install. You can think of it like upgrading Windows 7 to Windows 8. An in place upgrade will upgrade code but won't change your computer environment from when you installed Windows 7 i.e. disk configuration and partition sizes won't change from when you initially installed Windows 7. Only way to change that would be fresh Windows 8 install.
     
  3. Jr Day

    Jr Day New Member

    7
    1
    3
    Jan 5, 2016
    Ratings:
    +1
    Local Time:
    6:20 PM
    1.8.0
    Thank you very much!