./www/nginx, Lightweight HTTP server and mail proxy server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.1, Package name: nginx-1.4.1, Maintainer: joerg

Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP
server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev
started development of Nginx in 2002, with the first public release in 2004.
Nginx now hosts nearly 12.18% (22.2M) of active sites across all domains.
Nginx is known for its high performance, stability, rich feature set, simple
configuration, and low resource consumption.

Nginx is one of a handful of servers written to address the C10K problem.
Unlike traditional servers, Nginx doesn't rely on threads to handle requests.
Instead it uses a much more scalable event-driven (asynchronous) architecture.
This architecture uses small, but more importantly, predictable amounts of
memory under load.
Even if you don't expect to handle thousands of simultaneous requests, you can
still benefit from Nginx's high-performance and small memory footprint.
Nginx scales in all directions: from the smallest VPS all the way up to
clusters of servers.

Nginx powers several high-visibility sites, such as Netflix, Hulu, Pinterest,
CloudFlare, Airbnb, WordPress.com, GitHub, SoundCloud, Zynga, Eventbrite,
Zappos, Media Temple, Heroku, RightScale, Engine Yard and NetDNA.


Required to run:
[devel/pcre]


Package options: inet6, pcre, ssl

Master sites:

SHA1: 9c72838973572323535dae10f4e412d671b27a7e
RMD160: 0b69e6f2a53c9d0538a6d12a4467711393481c04
Filesize: 749.128 KB

Version history: (Expand)


CVS history: (Expand)


   2013-05-07 16:04:47 by Emile iMil Heitor | Files touched by this commit (2) | Package updated
Log message:
Updated to 1.4.1 - fixes CVE-2013-2028
   2013-04-25 13:27:19 by Emile iMil Heitor | Files touched by this commit (3) | Package updated
Log message:
Updated the naxsi WAF module to 0.50. Forms multipart parsing improved.
   2013-04-25 13:10:49 by Emile iMil Heitor | Files touched by this commit (2)
   2013-04-19 09:25:19 by Emile iMil Heitor | Files touched by this commit (1)
Log message:
Added SPDY option to options.mk
   2013-04-17 21:53:52 by Emile iMil Heitor | Files touched by this commit (2)
Log message:
Changes with nginx 1.2.8

    *) Bugfix: new sessions were not always stored if the "ssl_session_cache
       shared" directive was used and there was no free space in shared
       memory.
       Thanks to Piotr Sikora.

    *) Bugfix: responses might hang if subrequests were used and a DNS error
       happened during subrequest processing.
       Thanks to Lanshun Zhou.

    *) Bugfix: in the ngx_http_mp4_module.
       Thanks to Gernot Vormayr.

    *) Bugfix: in backend usage accounting.
   2013-02-24 10:45:12 by Emile iMil Heitor | Files touched by this commit (1) | Package updated
Log message:
Updated DESCR with more recent figures.
   2013-02-22 16:37:58 by Emile iMil Heitor | Files touched by this commit (2)
Log message:
Preparing www/nginx-devel import by splitting up Makefile into
Makefile + Makefile.common. nginx is highly backward compatible
and 99% of stable series Makefile applies to devel.

Bumping PKGREVISION
   2013-02-18 21:32:09 by Emile iMil Heitor | Files touched by this commit (3)