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

Nginx [nginx-announce] nginx-1.7.3

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Jul 8, 2014.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:42 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Changes with nginx 1.7.3 08 Jul 2014

    *) Feature: weak entity tags are now preserved on response
    modifications, and strong ones are changed to weak.

    *) Feature: cache revalidation now uses If-None-Match header if
    possible.

    *) Feature: the "ssl_password_file" directive.

    *) Bugfix: the If-None-Match request header line was ignored if there
    was no Last-Modified header in a response returned from cache.


    *) Bugfix: "peer closed connection in SSL handshake" messages were
    logged at "info" level instead of "error" while connecting to
    backends.

    *) Bugfix: in the ngx_http_dav_module module in nginx/Windows.

    *) Bugfix: SPDY connections might be closed prematurely if caching was
    used.


    --
    Maxim Dounin
    http://nginx.org/en/donation.html

    _______________________________________________
    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,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    10:42 AM
    Mainline
    10.2
    Great !
     
  3. rdan

    rdan Well-Known Member

    5,439
    1,397
    113
    May 25, 2014
    Ratings:
    +2,186
    Local Time:
    10:42 AM
    Mainline
    10.2
    This is just fine @eva2000 right?
    Code:
    *************************************************
    
    Wed Jul  9 00:38:32 PHT 2014
    Success: Nginx make ok
    
    *************************************************
    nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)
    
    nginx seems to be still running, trying to stop it again...
    
    make -f objs/Makefile install
    make[1]: Entering directory `/svr-setup/nginx-1.7.3'
    
    This line:
    nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,190
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    12:42 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Last edited: Jul 9, 2014