summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-16 16:17:02 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-16 16:17:02 +0000
commit0871bc89fbedc7d1a34feb7368fb8126956f58e5 (patch)
tree3571a86f1c4b725a3b4e2e1f7f37359e3dcd8b55 /networking/Config.in
parente867b7ce868ecd721a871b686a4a017cd15e2fb2 (diff)
downloadbusybox-w32-0871bc89fbedc7d1a34feb7368fb8126956f58e5.tar.gz
busybox-w32-0871bc89fbedc7d1a34feb7368fb8126956f58e5.tar.bz2
busybox-w32-0871bc89fbedc7d1a34feb7368fb8126956f58e5.zip
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.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 3dfd80b3d..34847a14b 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -69,14 +69,6 @@ config HTTPD
69 help 69 help
70 Serve web pages via an HTTP server. 70 Serve web pages via an HTTP server.
71 71
72config FEATURE_HTTPD_WITHOUT_INETD
73 bool "Support using httpd as a daemon (not from inetd)"
74 default n
75 depends on HTTPD
76 help
77 This option enables uid and port options for the httpd applet,
78 and eliminates the need to be called from the inetd server daemon.
79
80config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP 72config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
81 bool "Support reloading the global config file using hup signal" 73 bool "Support reloading the global config file using hup signal"
82 default n 74 default n