annotate contrib/README @ 140:55a211e5eeb7 NGINX_0_3_17

nginx 0.3.17 *) Change: now on Linux configure checks the presence of epoll and sendfile64() in kernel. *) Feature: the "map" directive supports domain names in the ".domain.tld" form. *) Bugfix: the timeouts were not used in SSL handshake; bug appeared in 0.2.4. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive. *) Bugfix: when the HTTPS protocol was used in the "proxy_pass" directive the port 80 was used by default.
author Igor Sysoev <http://sysoev.ru>
date Sun, 18 Dec 2005 00:00:00 +0300
parents 962c43960644
children fa32d59d9a15
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
86
962c43960644 nginx 0.1.43
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
1
962c43960644 nginx 0.1.43
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
2 geo2nginx.pl by Andrei Nigmatulin
962c43960644 nginx 0.1.43
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
3
962c43960644 nginx 0.1.43
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
4 The perl script to convert CSV geoip database (free download
962c43960644 nginx 0.1.43
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
5 at http://www.maxmind.com/app/geoip_country) to format, suitable
962c43960644 nginx 0.1.43
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
6 for use with ngx_http_geo_module.