Commit Graph

8 Commits

Author SHA1 Message Date
merdely
cb13c20e95 Bugfix update to 0.6.31. Fixes include:
*) Bugfix: nginx did not process FastCGI response if header was at
   the end of FastCGI record; bug appeared in 0.6.2.  Thanks to
   Sergey Serov.
*) bugfix: a segmentation fault might occur in worker process if a
   file was deleted and the "open_file_cache_errors" directive was
   off.

From Darrin Chandler (MAINTAINER)
ok bernd@
2008-05-13 18:46:07 +00:00
merdely
a254deaf2e Update nginx to 0.6.30
From Darrin Chandler (MAINTAINER)
ok simon@
2008-05-07 23:08:24 +00:00
bernd
85d29ce31c Give nginx a chance to write stuff into /var/nginx/tmp.
ok Darrin Chandler (MAINTAINER)
2008-03-29 13:50:39 +00:00
bernd
006d9283cc Minor bugfix update to nginx-0.5.35.
ok Darrin Chandler (MAINTAINER), merdely@, okan@ and sthen@
2008-02-17 18:54:48 +00:00
okan
f5e805d93d update from MAINTAINER; plus a bunch of tweaks from me
ok merdely@
2007-12-31 02:20:01 +00:00
merdely
ee970a2278 Update to nginx-0.5.32
From Darrin Chandler (MAINTAINER)
"looks ok" kili@
2007-10-08 19:23:43 +00:00
sthen
1fa766a479 DoS fix in nginx http autoindex module, from MAINTAINER Darrin Chandler
ok merdely@
2007-09-22 21:06:05 +00:00
merdely
32ff051de2 Import nginx 0.5.31
nginx [engine x] is a HTTP server and IMAP/POP3 proxy server.

The basic HTTP features:
  * Handling of the static files, index files, and autoindexing
  * Accelerated reverse proxying without caching, simple load 
    balancing and fault tolerance
  * Accelerated support without caching of the remote FastCGI
    servers, simple load balancing and fault tolerance
  * Modular architecture, filters including gzipping, byte
    ranges, chunked responses, and SSI-filter; Several subrequests
    in one page handling in SSI-filter via FastCGI or proxy
    running in parallel
  * the SSL support

The IMAP/POP3 proxy server features:
  * User redirection to IMAP/POP3 backend using an external HTTP
    authentication server
  * Plain text authentication (LOGIN, USER/PASS)
  * SSL and STARTTLS support

ok and help steven@
2007-09-04 21:58:26 +00:00