httpd: add -i (inetd) and -f (foreground) otions.
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 16 Nov 2006 16:17:02 +0000 (16:17 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 16 Nov 2006 16:17:02 +0000 (16:17 -0000)
commit0871bc89fbedc7d1a34feb7368fb8126956f58e5
tree3571a86f1c4b725a3b4e2e1f7f37359e3dcd8b55
parente867b7ce868ecd721a871b686a4a017cd15e2fb2
httpd: add -i (inetd) and -f (foreground) otions.
-i makes possible to run httpd in both inetd and standalone mode
without recompile (or need to have two different binaries)
include/usage.h
networking/Config.in
networking/httpd.c