comparison auto/configure @ 457:ded1284520cc release-0.1.3

nginx-0.1.3-RELEASE import *) Feature: the ngx_http_autoindex_module and the autoindex directive. *) Feature: the proxy_set_x_url directive. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 Oct 2004 15:29:23 +0000
parents 295d97d70c69
children bbd6b0b4a2b1
comparison
equal deleted inserted replaced
456:911c05435a02 457:ded1284520cc
21 . auto/headers 21 . auto/headers
22 fi 22 fi
23 23
24 . auto/cc/conf 24 . auto/cc/conf
25 . auto/os/conf 25 . auto/os/conf
26 . auto/modules
27 . auto/lib/conf
28 26
29 if [ "$PLATFORM" != win32 ]; then 27 if [ "$PLATFORM" != win32 ]; then
30 . auto/threads 28 . auto/threads
31 fi 29 fi
30
31 . auto/modules
32 . auto/lib/conf
32 33
33 . auto/make 34 . auto/make
34 . auto/lib/make 35 . auto/lib/make
35 . auto/install 36 . auto/install
36 37