Learn about Centmin Mod LEMP Stack today
Register Now

Install Nginx Nginx FastCGI Cache Modules List

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Praneeth Karnena, Jul 25, 2017.

  1. Praneeth Karnena

    Praneeth Karnena New Member

    11
    2
    3
    Jul 25, 2017
    India
    Ratings:
    +4
    Local Time:
    11:39 AM
    1.13.0
    MariaBD 10
    Disclosure: I'm a novice sys admin.

    I've installed the beta version of Centimin Mod. I would like to use Nginx's FastCGI Cache feature. But I don't know the FastCGI Cache module list.

    Nginx Version: 1.13.0

    Default Modules at Nginx.org:
    • fastcgi_cache_bypass
    • fastcgi_no_cache
    • fastcgi_cache
    • fastcgi_cache_valid
    • fastcgi_cache_purge
    So, how are the above modules represented in our Centmin Mod stack? Please assist.

     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    4:09 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Nginx fastcgi is native to Nginx itself so is automatically supported and doesn't require nginx module for it. It's in core of Nginx Module ngx_http_fastcgi_module

    and 9 Tips to Improve WordPress Performance with NGINX

    SSH command
    Code (Text):
    nginx -V
    

    will list all additional nginx modules loaded and supported by Centmin Mod Nginx server i.e.
     
  3. Praneeth Karnena

    Praneeth Karnena New Member

    11
    2
    3
    Jul 25, 2017
    India
    Ratings:
    +4
    Local Time:
    11:39 AM
    1.13.0
    MariaBD 10