NOTICE: This package has been removed from pkgsrc

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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.20.2, Package name: nginx-1.20.2, 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: pcre, ssl

Master sites:

RMD160: ed51c9bf07bef44e27c1ec5e530a04bc1fe82724
Filesize: 1037.23 KB

Version history: (Expand)


CVS history: (Expand)


   2014-04-02 09:36:35 by othyro | Files touched by this commit (8) | Package removed
Log message:
-nginx; Ancient version. Use www/nginx{,-devel}.
   2012-10-03 20:15:31 by Aleksej Saushev | Files touched by this commit (61)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-06-08 18:06:56 by Piotr Meyer | Files touched by this commit (3) | Package updated
Log message:
- update to newest available version (0.7.66), 
  changelog at http://nginx.org/en/CHANGES-0.7 - many bugfixes!
- VARBASE re-added to BUILD_DEFS (to silence pkglint)
   2010-06-04 12:04:40 by Piotr Meyer | Files touched by this commit (5)
Log message:
- synchronize with www/nginx (ipv6 and uwsgi options)
- mention differences: ip/nginx is based on stable branch, www/nginx on devel 
   2010-06-01 18:05:05 by Piotr Meyer | Files touched by this commit (2) | Package updated
Log message:
- update to newest available version (0.7.65),
  changelog at http://nginx.org/en/CHANGES-0.7
   2010-01-16 23:23:02 by Piotr Meyer | Files touched by this commit (2)
Log message:
- add option for realip module (patch by Daniel 'morr' Horecki).
  See <http://wiki.nginx.org/NginxHttpRealIpModule> for details.
   2009-12-26 21:32:03 by Piotr Meyer | Files touched by this commit (4)
Log message:
- WARNING: version change (0.6 -> 0.7)
- WARNING: now, mail-proxy is disabled by default
- upgrade to current -stable (0.7.64)
- take maintanership - looks like previous maintaner is MIA
   2009-09-14 18:41:10 by Piotr Meyer | Files touched by this commit (3) | Package updated
Log message:
- updating to nginx-0.6.39 - changes in http://nginx.net/CHANGES-0.6 (security \ 
update!)
- removing @dirrm from PLIST