comparison auto/lib/conf @ 394:34fb3a573548 NGINX_0_7_8

nginx 0.7.8 *) Feature: the ngx_http_xslt_module. *) Feature: the "$arg_..." variables. *) Feature: Solaris directio support. Thanks to Ivan Debnar. *) Bugfix: now if FastCGI server sends a "Location" header line without status line, then nginx uses 302 status code. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Aug 2008 00:00:00 +0400
parents edf1cb6c328e
children ed5e10fb40fc
comparison
equal deleted inserted replaced
393:4ec606a899d3 394:34fb3a573548
39 39
40 if [ $USE_ZLIB = YES ]; then 40 if [ $USE_ZLIB = YES ]; then
41 . auto/lib/zlib/conf 41 . auto/lib/zlib/conf
42 fi 42 fi
43 43
44 if [ $USE_LIBXSLT = YES ]; then
45 . auto/lib/libxslt/conf
46 fi
47
44 if [ $USE_PERL = YES ]; then 48 if [ $USE_PERL = YES ]; then
45 . auto/lib/perl/conf 49 . auto/lib/perl/conf
46 fi 50 fi
47 51
48 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then 52 if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then