comparison auto/install @ 518:4b0d7f0bf22b NGINX_0_8_6

nginx 0.8.6 *) Feature: the ngx_http_geoip_module. *) Bugfix: XSLT filter may fail with message "not well formed XML document" for valid XML document. Thanks to Kuramoto Eiji. *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by a regular expression are always tested in case insensitive mode; *) Bugfix: now nginx/Windows ignores trailing dots in URI. Thanks to Hugo Leisink. *) Bugfix: name of file specified in --conf-path was not honored during installation; the bug had appeared in 0.6.6. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 20 Jul 2009 00:00:00 +0400
parents 98143f74eb3d
children c04fa65fe604
comparison
equal deleted inserted replaced
516:0001f4fa0501 518:4b0d7f0bf22b
100 || cp conf/fastcgi_params '\$(DESTDIR)$NGX_CONF_PREFIX' 100 || cp conf/fastcgi_params '\$(DESTDIR)$NGX_CONF_PREFIX'
101 cp conf/fastcgi_params \ 101 cp conf/fastcgi_params \
102 '\$(DESTDIR)$NGX_CONF_PREFIX/fastcgi_params.default' 102 '\$(DESTDIR)$NGX_CONF_PREFIX/fastcgi_params.default'
103 103
104 test -f '\$(DESTDIR)$NGX_CONF_PATH' \ 104 test -f '\$(DESTDIR)$NGX_CONF_PATH' \
105 || cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX' 105 || cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PATH'
106 cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX/nginx.conf.default' 106 cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX/nginx.conf.default'
107 107
108 test -d '\$(DESTDIR)`dirname "$NGX_PID_PATH"`' \ 108 test -d '\$(DESTDIR)`dirname "$NGX_PID_PATH"`' \
109 || mkdir -p '\$(DESTDIR)`dirname "$NGX_PID_PATH"`' 109 || mkdir -p '\$(DESTDIR)`dirname "$NGX_PID_PATH"`'
110 110