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

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


Branch: pkgsrc-2015Q2, Version: 1.8.0, Package name: nginx-1.8.0, 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.



Package options: inet6, pcre, ssl

Master sites:

SHA1: 12bad312764feae50246685ab2e74512d1aa9b2f
RMD160: 9af62e81b42e572615f59fcedb222e9d6ad96b53
Filesize: 812.602 KB

Version history: (Expand)


CVS history: (Expand)


   2015-07-01 19:37:47 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #4756 - requested by nils
www/nginx: build fix

Revisions pulled up:
- www/nginx/distinfo                                            1.46

---
   Module Name:	pkgsrc
   Committed By:	nils
   Date:		Tue Jun 30 07:38:08 UTC 2015

   Modified Files:
   pkgsrc/www/nginx: distinfo

   Log message:
   Added back missing checksums, PR pkg/50007