Learn about Centmin Mod LEMP Stack today
Become a Member

Nginx [nginx-announce] nginx-1.11.4

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Sep 14, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,229
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    10:13 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Changes with nginx 1.11.4 13 Sep 2016

    *) Feature: the $upstream_bytes_received variable.

    *) Feature: the $bytes_received, $session_time, $protocol, $status,
    $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received,
    $upstream_connect_time, $upstream_first_byte_time, and
    $upstream_session_time variables in the stream module.

    *) Feature: the ngx_stream_log_module.

    *) Feature: the "proxy_protocol" parameter of the "listen" directive,
    the $proxy_protocol_addr and $proxy_protocol_port variables in the
    stream module.

    *) Feature: the ngx_stream_realip_module.

    *) Bugfix: nginx could not be built with the stream module and the
    ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug had
    appeared in 1.11.3.

    *) Feature: the IP_BIND_ADDRESS_NO_PORT socket option was not used; the
    bug had appeared in 1.11.2.


    *) Bugfix: in the "ranges" parameter of the "geo" directive.

    *) Bugfix: an incorrect response might be returned when using the "aio
    threads" and "sendfile" directives; the bug had appeared in 1.9.13.


    --
    Maxim Dounin
    http://nginx.org/

    _______________________________________________
    nginx-announce mailing list
    nginx-announce@nginx.org
    http://mailman.nginx.org/mailman/listinfo/nginx-announce

    Continue reading...
     
  2. rdan

    rdan Well-Known Member

    5,449
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    8:13 PM
    Mainline
    10.2
    Done updated mine.
     
    Last edited: Sep 14, 2016
  3. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    2:13 PM
    Nginx 1.17.9
    MariaDB 10.3.22
    Nice one...

     
  4. eva2000

    eva2000 Administrator Staff Member

    55,229
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    10:13 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ah you folks beat me to it :)

    centmin.sh menu option 4 runs on CentOS 7.2 64bit server. Notice with latest updated Centmin Mod 123.09beta01, there's a new nginx stream realip nginx module added and only enabled when nginx 1.11.4 is detected on centmin.sh menu option 4 runs https://community.centminmod.com/th...ream-realip-module-support-in-123-09be….8670/

    Code (Text):
    ./centmin.sh
    
    --------------------------------------------------------
         Centmin Mod Menu 123.09beta01 centminmod.com
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    9).  APC Cache Install
    10). Memcached Server Re-install
    11). MariaDB 5.2/5.5 & 10.x Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install/Reinstall Redis PHP Extension
    14). SELinux disable
    15). Install/Reinstall ImagicK PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2...
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Install/Re-Install
    21). Update - Nginx + PHP-FPM + Siege
    22). Add Wordpress Nginx vhost + Cache Plugin
    23). Update Centmin Mod Code Base
    24). Exit
    --------------------------------------------------------
    Enter option [ 1 - 24 ] 4
    --------------------------------------------------------

    Code (Text):
    Do you want to run YUM install checks ?  [y/n]
    
    This will increase your upgrade duration time wise.
    Check the change log centminmod.com/changelog.html
    to see if any Nginx or PHP related new additions
    which require checking YUM prequisites are met.
    If no new additions made, you can skip the
    YUM install check to speed up upgrade time.
    
     [y/n]: n
    
    This software comes with no warranty of any kind. You are free to use
    it for both personal and commercial use as licensed under the GPL.
     
    Nginx Upgrade - Would you like to continue? [y/n] y
    
    Install which version of Nginx? (version i.e. type 1.11.4): 1.11.4


    with default LibreSSL 2.4.2 and centmin.sh menu option 4 specified nginx version = 1.11.4 and newly added --with-stream_realip_module nginx module

    with LIBRESSL_SWITCH='n' set in persistent config file /etc/centminmod/custom_config.inc to switch from LibreSSL to OpenSSL 1.0.2h and centmin.sh menu option 4 specified nginx version = 1.11.4 and newly added --with-stream_realip_module nginx module

     
    Last edited: Sep 14, 2016