aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in18
1 files changed, 6 insertions, 12 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 3a0d3e9d9..2b2de28ec 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -58,6 +58,7 @@ config CONFIG_FEATURE_HTTPD_BASIC_AUTH
58 authentication on a per url basis. 58 authentication on a per url basis.
59 59
60 60
61if !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
61config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP 62config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
62 bool " Enable support reload global config file after hup signaled" 63 bool " Enable support reload global config file after hup signaled"
63 default n 64 default n
@@ -75,6 +76,7 @@ config CONFIG_FEATURE_HTTPD_SETUID
75 rather than defaulting to the user that starts the server. 76 rather than defaulting to the user that starts the server.
76 Use of this option requires special privilegies to change to a 77 Use of this option requires special privilegies to change to a
77 different user. 78 different user.
79endif
78 80
79config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES 81config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
80 bool " Enable support load from config file mime types" 82 bool " Enable support load from config file mime types"
@@ -91,6 +93,7 @@ config CONFIG_FEATURE_HTTPD_CGI
91 help 93 help
92 This option allows scripts and executables to be invoked 94 This option allows scripts and executables to be invoked
93 when specific urls are requested. 95 when specific urls are requested.
96
94config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV 97config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
95 bool " Enable support set eviroment REMOTE_PORT variable for CGI" 98 bool " Enable support set eviroment REMOTE_PORT variable for CGI"
96 default n 99 default n
@@ -111,15 +114,6 @@ config CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV
111 to 'bar'. In addition, this option sets a variable that 114 to 'bar'. In addition, this option sets a variable that
112 lists all the argument names. e.g. CGI_VARNAMES_="name1 name2". 115 lists all the argument names. e.g. CGI_VARNAMES_="name1 name2".
113 116
114config CONFIG_FEATURE_HTTPD_DECODE_URL_STR
115 bool " Enable the -d option for shell script CGI simplification"
116 default y
117 depends on CONFIG_HTTPD
118 help
119 After set, this option enables support for decoding of
120 url-encoded form arguments via the -d option. Output goes to
121 stdout. For example, httpd -d "Hello%20World" produces "Hello World".
122
123config CONFIG_FEATURE_HTTPD_ENCODE_URL_STR 117config CONFIG_FEATURE_HTTPD_ENCODE_URL_STR
124 bool " Enable the -e option for shell script CGI simplification." 118 bool " Enable the -e option for shell script CGI simplification."
125 default y 119 default y
@@ -474,7 +468,7 @@ config CONFIG_FEATURE_TFTP_BLOCKSIZE
474 468
475config CONFIG_FEATURE_TFTP_DEBUG 469config CONFIG_FEATURE_TFTP_DEBUG
476 bool " Enable debug" 470 bool " Enable debug"
477 default y 471 default n
478 depends on CONFIG_TFTP 472 depends on CONFIG_TFTP
479 help 473 help
480 Please submit a patch to add help text for this item. 474 Please submit a patch to add help text for this item.
@@ -487,14 +481,14 @@ config CONFIG_TRACEROUTE
487 481
488config CONFIG_FEATURE_TRACEROUTE_VERBOSE 482config CONFIG_FEATURE_TRACEROUTE_VERBOSE
489 bool " Enable verbose output" 483 bool " Enable verbose output"
490 default y 484 default n
491 depends on CONFIG_TRACEROUTE 485 depends on CONFIG_TRACEROUTE
492 help 486 help
493 Please submit a patch to add help text for this item. 487 Please submit a patch to add help text for this item.
494 488
495config CONFIG_FEATURE_TRACEROUTE_SO_DEBUG 489config CONFIG_FEATURE_TRACEROUTE_SO_DEBUG
496 bool " Enable SO_DEBUG option" 490 bool " Enable SO_DEBUG option"
497 default y 491 default n
498 depends on CONFIG_TRACEROUTE 492 depends on CONFIG_TRACEROUTE
499 help 493 help
500 Please submit a patch to add help text for this item. 494 Please submit a patch to add help text for this item.