diff options
author | Denis Vlasenko | 2006-11-16 16:17:02 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-11-16 16:17:02 +0000 |
commit | 0871bc89fbedc7d1a34feb7368fb8126956f58e5 (patch) | |
tree | 3571a86f1c4b725a3b4e2e1f7f37359e3dcd8b55 /networking/Config.in | |
parent | e867b7ce868ecd721a871b686a4a017cd15e2fb2 (diff) | |
download | busybox-0871bc89fbedc7d1a34feb7368fb8126956f58e5.zip busybox-0871bc89fbedc7d1a34feb7368fb8126956f58e5.tar.gz |
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)
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/networking/Config.in b/networking/Config.in index 3dfd80b..34847a1 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -69,14 +69,6 @@ config HTTPD help Serve web pages via an HTTP server. -config FEATURE_HTTPD_WITHOUT_INETD - bool "Support using httpd as a daemon (not from inetd)" - default n - depends on HTTPD - help - This option enables uid and port options for the httpd applet, - and eliminates the need to be called from the inetd server daemon. - config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP bool "Support reloading the global config file using hup signal" default n |