aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-02-10 22:53:37 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-02-10 22:53:37 +0000
commitbee3b84ca4a42c46aae927cb90de8f26a517e1af (patch)
tree35add4ed0703dfde1c08485edde9ba28624083e5 /networking
parent4057c83f4a21e1a23760dedca882d3505030df49 (diff)
downloadbusybox-w32-bee3b84ca4a42c46aae927cb90de8f26a517e1af.tar.gz
busybox-w32-bee3b84ca4a42c46aae927cb90de8f26a517e1af.tar.bz2
busybox-w32-bee3b84ca4a42c46aae927cb90de8f26a517e1af.zip
last_patch83 by Vladimir N. Oleynik
git-svn-id: svn://busybox.net/trunk/busybox@6558 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
51 internet superserver daemon for usaging. 51 internet superserver daemon for usaging.
52 52
53config CONFIG_FEATURE_HTTPD_BASIC_AUTH 53config CONFIG_FEATURE_HTTPD_BASIC_AUTH
54 bool " Enable Basic Authentication and IP address checking" 54 bool " Enable Basic Authentication"
55 default n 55 default n
56 depends on CONFIG_HTTPD 56 depends on CONFIG_HTTPD
57 help 57 help
58 Utilizes /etc/httpd.conf for security settings allowing 58 Utilizes /etc/httpd.conf for basic authentication on a
59 ip address filtering and basic authentication on a per url basis. 59 per url basis.
60 60
61config CONFIG_FEATURE_HTTPD_CGI 61config CONFIG_FEATURE_HTTPD_CGI
62 bool " Enable support Common Gateway Interface" 62 bool " Enable support Common Gateway Interface"