Want to subscribe to topics you're interested in?
Become a Member

Nginx [nginx-announce] nginx-1.13.7

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Nov 22, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    50,489
    11,667
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,095
    Local Time:
    8:02 AM
    Nginx 1.25.x
    MariaDB 10.x
    Changes with nginx 1.13.7 21 Nov 2017

    *) Bugfix: in the $upstream_status variable.

    *) Bugfix: a segmentation fault might occur in a worker process if a
    backend returned a "101 Switching Protocols" response to a
    subrequest.

    *) Bugfix: a segmentation fault occurred in a master process if a shared
    memory zone size was changed during a reconfiguration and the
    reconfiguration failed.

    *) Bugfix: in the ngx_http_fastcgi_module.

    *) Bugfix: nginx returned the 500 error if parameters without variables
    were specified in the "xslt_stylesheet" directive.

    *) Workaround: "gzip filter failed to use preallocated memory" alerts
    appeared in logs when using a zlib library variant from Intel.

    *) Bugfix: the "worker_shutdown_timeout" directive did not work when
    using mail proxy and when proxying WebSocket connections.


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

    Continue reading...

     
  2. eva2000

    eva2000 Administrator Staff Member

    50,489
    11,667
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,095
    Local Time:
    8:02 AM
    Nginx 1.25.x
    MariaDB 10.x
    looking good via centmin.sh menu option 4 nginx update specifying version = 1.13.7
    with nginx brotli and lua nginx modules enabled - note when lua nginx enabled, auto falls back from libressl crypto library to using openssl 1.0.2 crypto library for best compatibility
     
  3. rdan

    rdan Well-Known Member

    5,421
    1,386
    113
    May 25, 2014
    Ratings:
    +2,167
    Local Time:
    6:02 AM
    Mainline
    10.2
    Done updated.
     
  4. eva2000

    eva2000 Administrator Staff Member

    50,489
    11,667
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,095
    Local Time:
    8:02 AM
    Nginx 1.25.x
    MariaDB 10.x
  5. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +524
    Local Time:
    12:02 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Done

     
  6. Jon Snow

    Jon Snow Active Member

    708
    147
    43
    Jun 30, 2017
    Ratings:
    +210
    Local Time:
    7:02 PM
    Nginx 1.13.9
    MariaDB 10.1.31
    Was going to run this upgrade but when opening the centmin menu, I ran into this :
    Code (Text):
    centmin
    /usr/local/src/centminmod ~
    
    postconf: fatal: parameter inet_interfaces: no local interface found for ::1

    Does this mean anything or should I just continue? The menu opened up after a wait.
     
  7. pamamolf

    pamamolf Well-Known Member

    4,023
    421
    83
    May 31, 2014
    Ratings:
    +817
    Local Time:
    1:02 AM
    Nginx-1.17.x
    MariaDB 10.3.x
    Update centminmod and re run it and that issue will be auto fixed :)
     
  8. eva2000

    eva2000 Administrator Staff Member

    50,489
    11,667
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,095
    Local Time:
    8:02 AM
    Nginx 1.25.x
    MariaDB 10.x
    @Jon Snow what @pamamolf said 123.09beta01 had an update for that. It's always best before you update nginx/php to update centmin mod code via centmin.sh menu option 23 submenu option 2 first and exit centmin.sh and re-run centmin.sh for updates to ensure you are always compiling nginx/php on latest 123.09beta01 code

    If you find the 'centmin.sh menu option 23 submenu option 2 first and exit centmin.sh and re-run centmin.sh for updates' annoying to do, you can just update centmin mod code via git stash/git pull equivalent as it doesn't require exiting centmin.sh and re-running.

    Code (Text):
    cd /usr/local/src/centminmod
    git stash
    git pull
    ./centmin.sh
     
  9. Jon Snow

    Jon Snow Active Member

    708
    147
    43
    Jun 30, 2017
    Ratings:
    +210
    Local Time:
    7:02 PM
    Nginx 1.13.9
    MariaDB 10.1.31
    Updated just now but I noticed the third line is very outdated compared to you guys :
    Code (Text):
    nginx -V
    nginx version: nginx/1.13.7
    built by gcc 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)
    built with LibreSSL 2.6.3
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib' --with-cc-opt='-m64 -march=native -DTCP_FASTOPEN=23 -g -O3 -fstack-protector-strong -flto -fuse-ld=gold --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -gsplit-dwarf' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-compat --with-http_stub_status_module --with-http_secure_link_module --with-libatomic --with-http_gzip_static_module --add-dynamic-module=../ngx_pagespeed-1.13.35.1-beta --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.2 --add-module=../ngx_cache_purge-2.4.2 --add-module=../ngx_devel_kit-0.3.0 --add-dynamic-module=../set-misc-nginx-module-0.31 --add-dynamic-module=../echo-nginx-module-0.61 --add-module=../redis2-nginx-module-0.14 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.18 --add-module=../srcache-nginx-module-0.31 --add-dynamic-module=../headers-more-nginx-module-0.33 --with-pcre=../pcre-8.41 --with-pcre-jit --with-zlib=../zlib-1.2.11 --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-2.6.3
     
  10. pamamolf

    pamamolf Well-Known Member

    4,023
    421
    83
    May 31, 2014
    Ratings:
    +817
    Local Time:
    1:02 AM
    Nginx-1.17.x
    MariaDB 10.3.x
    On Centos 6 dedicated server i got that error:

    don't know if any fix is needed :)

    Maybe cosmetic or need to check another path?

    But Nginx update was ok :)
     
  11. eva2000

    eva2000 Administrator Staff Member

    50,489
    11,667
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,095
    Local Time:
    8:02 AM
    Nginx 1.25.x
    MariaDB 10.x
    Centmin Mod 123.09beta01 and higher supports native GCC version in CentOS or GCC 5.3/6.3/7.2 optionally see
    just cosmetic reported issue can be ignored
     
  12. eva2000

    eva2000 Administrator Staff Member

    50,489
    11,667
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,095
    Local Time:
    8:02 AM
    Nginx 1.25.x
    MariaDB 10.x
    FYI, updated 123.09beta01 with fix for centos 6 & ngx_pagespeed 1.13.35.1-beta compatibility

    - fix bug with centos 6 2.6.32 kernel issue with newer ngx_pagespeed version https://community.centminmod.com/threads/nginx-announce-nginx-1-13-7.13322/#post-56535
    - https://github.com/pagespeed/ngx_pagespeed/issues/1503

    below is CentOS 6.9 64bit + nginx 1.13.7 + ngx_pagespeed 1.13.35.1-beta
     
  13. Jon Snow

    Jon Snow Active Member

    708
    147
    43
    Jun 30, 2017
    Ratings:
    +210
    Local Time:
    7:02 PM
    Nginx 1.13.9
    MariaDB 10.1.31
    I think one of my centos 7 servers are having trouble upgrading because of pagespeed. I tried upgrading from 1.13.5 last night but saw some error and pagespeed notices.

    I'll have to try again to get the exact text so I'll post that later.
     
  14. pamamolf

    pamamolf Well-Known Member

    4,023
    421
    83
    May 31, 2014
    Ratings:
    +817
    Local Time:
    1:02 AM
    Nginx-1.17.x
    MariaDB 10.3.x
    There was a related fix for this :)

    So it is good to update in general Centminmod before you do anything with it ....

    Update it from menu and try again ....

    After that just use from ssh the command cmupdate and it will auto update it and then do what you want :)