diff options
-rw-r--r-- | networking/Config.in | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/networking/Config.in b/networking/Config.in index 0bd17fb63..42f8a79c2 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -43,7 +43,7 @@ config CONFIG_HTTPD | |||
43 | Serve web pages via an HTTP server. | 43 | Serve web pages via an HTTP server. |
44 | 44 | ||
45 | config CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY | 45 | config CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY |
46 | bool " Support call from inetd only" | 46 | bool " Support using httpd only from inetd" |
47 | default n | 47 | default n |
48 | depends on CONFIG_HTTPD | 48 | depends on CONFIG_HTTPD |
49 | help | 49 | help |
@@ -51,7 +51,7 @@ config CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY | |||
51 | but requires inetd server daemon. | 51 | but requires inetd server daemon. |
52 | 52 | ||
53 | config CONFIG_FEATURE_HTTPD_BASIC_AUTH | 53 | config CONFIG_FEATURE_HTTPD_BASIC_AUTH |
54 | bool " Enable Basic Authentication" | 54 | bool " Enable Basic http Authentication" |
55 | default y | 55 | default y |
56 | depends on CONFIG_HTTPD | 56 | depends on CONFIG_HTTPD |
57 | help | 57 | help |
@@ -59,16 +59,17 @@ config CONFIG_FEATURE_HTTPD_BASIC_AUTH | |||
59 | authentication on a per url basis. | 59 | authentication on a per url basis. |
60 | 60 | ||
61 | config CONFIG_FEATURE_HTTPD_AUTH_MD5 | 61 | config CONFIG_FEATURE_HTTPD_AUTH_MD5 |
62 | bool " Enable support MD5 crypted password for httpd.conf" | 62 | bool " Support MD5 crypted passwords for http Authentication" |
63 | default n | 63 | default n |
64 | depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH | 64 | depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH |
65 | help | 65 | help |
66 | Please help my - send patch for set this help message | 66 | Enables basic per url authentication from /etc/httpd.conf |
67 | using md5 passwords. | ||
67 | 68 | ||
68 | 69 | ||
69 | if !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY | 70 | if !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY |
70 | config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP | 71 | config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP |
71 | bool " Enable support reload global config file after hup signaled" | 72 | bool " Support reloading the global config file using hup signal" |
72 | default n | 73 | default n |
73 | depends on CONFIG_HTTPD | 74 | depends on CONFIG_HTTPD |
74 | help | 75 | help |
@@ -87,7 +88,7 @@ config CONFIG_FEATURE_HTTPD_SETUID | |||
87 | endif | 88 | endif |
88 | 89 | ||
89 | config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES | 90 | config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES |
90 | bool " Enable support load from config file mime types" | 91 | bool " Support loading additional mime types at run-time" |
91 | default n | 92 | default n |
92 | depends on CONFIG_HTTPD | 93 | depends on CONFIG_HTTPD |
93 | help | 94 | help |
@@ -95,7 +96,7 @@ config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES | |||
95 | run-time to be specified in the configuration file. | 96 | run-time to be specified in the configuration file. |
96 | 97 | ||
97 | config CONFIG_FEATURE_HTTPD_CGI | 98 | config CONFIG_FEATURE_HTTPD_CGI |
98 | bool " Enable support Common Gateway Interface" | 99 | bool " Support Common Gateway Interface (CGI)" |
99 | default y | 100 | default y |
100 | depends on CONFIG_HTTPD | 101 | depends on CONFIG_HTTPD |
101 | help | 102 | help |
@@ -103,7 +104,7 @@ config CONFIG_FEATURE_HTTPD_CGI | |||
103 | when specific urls are requested. | 104 | when specific urls are requested. |
104 | 105 | ||
105 | config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV | 106 | config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV |
106 | bool " Enable support set eviroment REMOTE_PORT variable for CGI" | 107 | bool " Support the REMOTE_PORT environment variable for CGI" |
107 | default n | 108 | default n |
108 | depends on CONFIG_FEATURE_HTTPD_CGI | 109 | depends on CONFIG_FEATURE_HTTPD_CGI |
109 | help | 110 | help |