aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 61d03aaf0..94e59ead1 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -61,18 +61,18 @@ config CONFIG_HTTPD
61 help 61 help
62 Serve web pages via an HTTP server. 62 Serve web pages via an HTTP server.
63 63
64config CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY 64config CONFIG_FEATURE_HTTPD_WITHOUT_INETD
65 bool "Support using httpd only from inetd" 65 bool "Support using httpd as a daemon (not from inetd)"
66 default n 66 default n
67 depends on CONFIG_HTTPD 67 depends on CONFIG_HTTPD
68 help 68 help
69 This option disables uid and port options for the httpd applet 69 This option enables uid and port options for the httpd applet,
70 but requires inetd server daemon. 70 and eliminates the need to be called from the inetd server daemon.
71 71
72config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP 72config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
73 bool "Support reloading the global config file using hup signal" 73 bool "Support reloading the global config file using hup signal"
74 default n 74 default n
75 depends on CONFIG_HTTPD && !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY 75 depends on CONFIG_HTTPD && CONFIG_FEATURE_HTTPD_WITHOUT_INETD
76 help 76 help
77 This option enables processing of SIGHUP to reload cached 77 This option enables processing of SIGHUP to reload cached
78 configuration settings. 78 configuration settings.
@@ -80,7 +80,7 @@ config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
80config CONFIG_FEATURE_HTTPD_SETUID 80config CONFIG_FEATURE_HTTPD_SETUID
81 bool "Enable support -u <user> option" 81 bool "Enable support -u <user> option"
82 default n 82 default n
83 depends on CONFIG_HTTPD && !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY 83 depends on CONFIG_HTTPD && CONFIG_FEATURE_HTTPD_WITHOUT_INETD
84 help 84 help
85 This option allows the server to run as a specific user 85 This option allows the server to run as a specific user
86 rather than defaulting to the user that starts the server. 86 rather than defaulting to the user that starts the server.