httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 8 Sep 2009 19:17:49 +0000 (21:17 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 8 Sep 2009 19:17:49 +0000 (21:17 +0200)
commit108b8c5367e224568d22e8ef32a56aa166ab1e79
tree5b23013d4cdfba071b6471aee26bbea6ed9267be
parentdb57fc22a69cbf6682c5d620fe821d2f0a3a36d0
httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"

function                                             old     new   delta
parse_conf                                          1462    1485     +23
index_html                                             -      11     +11
handle_incoming_and_exit                            2762    2749     -13
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/1 up/down: 34/-13)             Total: 21 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/httpd.c