Want more timely Centmin Mod News Updates?
Become a Member

Nginx ngx_stream_core_module & ngx_stream_ssl_module examples

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by eva2000, May 20, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    50,479
    11,664
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,089
    Local Time:
    11:54 PM
    Nginx 1.25.x
    MariaDB 10.x
    Nginx 1.9 adds TCP load balancing support if you compile Nginx with the following configure options below:
    Code:
    --with-stream --with-stream_ssl_module
    
    Official documentation below still is vague as to what you can do:
    However, this thread's purpose is for me and you (if you want to contribute) is to compile a list of links or web sites with info explaining how to use Nginx stream support.

    Example links for Nginx stream usage:


    Centmin Mod Nginx 1.9 Stream Support




    Centmin Mod .08 beta 02 latest update has support for Nginx 1.9 stream modules.

     
    Last edited: May 20, 2015
  2. rdan

    rdan Well-Known Member

    5,419
    1,386
    113
    May 25, 2014
    Ratings:
    +2,167
    Local Time:
    9:54 PM
    Mainline
    10.2
    So basically you can serve Nginx request via Memcached with this?
     
  3. eva2000

    eva2000 Administrator Staff Member

    50,479
    11,664
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,089
    Local Time:
    11:54 PM
    Nginx 1.25.x
    MariaDB 10.x
    TCP load balancing means load balancing anything that listens to TCP port like memcached, mysql etc