aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-02-10 22:53:37 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-02-10 22:53:37 +0000
commitae494a90864e923ade44e8656693d8d72503c574 (patch)
tree35add4ed0703dfde1c08485edde9ba28624083e5 /networking
parentb1207b33206a52f733067850be79931373632e39 (diff)
downloadbusybox-ae494a90864e923ade44e8656693d8d72503c574.tar.gz
last_patch83 by Vladimir N. Oleynik
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 527aebbac..12deb55b8 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -51,12 +51,12 @@ config CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
internet superserver daemon for usaging.
config CONFIG_FEATURE_HTTPD_BASIC_AUTH
- bool " Enable Basic Authentication and IP address checking"
+ bool " Enable Basic Authentication"
default n
depends on CONFIG_HTTPD
help
- Utilizes /etc/httpd.conf for security settings allowing
- ip address filtering and basic authentication on a per url basis.
+ Utilizes /etc/httpd.conf for basic authentication on a
+ per url basis.
config CONFIG_FEATURE_HTTPD_CGI
bool " Enable support Common Gateway Interface"