NOTICE: This package has been removed from pkgsrc

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

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


Branch: CURRENT, Version: 1.21.4, Package name: nginx-1.21.4, Maintainer: imil

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: f50f30069aa395ecda326de8fb19bdbd312c11ef
Filesize: 1045.176 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-23 17:35:21 by Jörg Sonnenberger | Files touched by this commit (7) | Package removed
Log message:
Retire nginx-devel, it is older than www/nginx and wip/nginx.
   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2008-09-14 14:21:24 by rootcho | Files touched by this commit (2)
Log message:
new version of nginx-devel 0.7.16
addons :
ngx_http_xslt_module
gzip_disable mask msie6
server_name with empty name ""
ngx_http_random_index_module

and many more fixes ...
   2008-07-27 21:51:05 by rootcho | Files touched by this commit (2)
Log message:
New development version with a lot of fixes in :
ngx_http_flv_module, sub_filter, SSI, proxy_pass

New added options and functionalities :
access_log, open_log_file_cache, key -g, option "Expect", ssl_dhparam, \ 
ssl_client_cert and others ..
   2008-05-24 17:34:08 by Tobias Nygren | Files touched by this commit (146)
Log message:
This commit brought to you by the automated whitespace police (pkglint)
   2008-05-06 13:35:53 by rootcho | Files touched by this commit (1)
Log message:
remove README.html not needed
   2008-04-30 17:04:57 by rootcho | Files touched by this commit (2)
Log message:
fixes from 0.6.29
 * error_page now accept pages for redirect from URI
 * ssl_verify_client memory leak fixes
improvments :
 * now time directives can be set without space, for example "1h50m"

and others ...
   2008-04-05 02:42:18 by rootcho | Files touched by this commit (3)
Log message:
https option now goes under ssl, it doesnlt make sence for pkgsrc system to have \ 
yet another option for ssl.
MANTAINER is changed