summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-05 04:01:56 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-05 04:01:56 +0000
commit58c708af23d6ad855ea0cd1b61c2b87f26fc6988 (patch)
treef685aca3eb4a763dd0c58a291c766f018f8656c3 /networking/Config.in
parentc2e74ca934860d7cd4b02ab51e4466ae34871223 (diff)
downloadbusybox-w32-58c708af23d6ad855ea0cd1b61c2b87f26fc6988.tar.gz
busybox-w32-58c708af23d6ad855ea0cd1b61c2b87f26fc6988.tar.bz2
busybox-w32-58c708af23d6ad855ea0cd1b61c2b87f26fc6988.zip
New applet: httpd, by Glenn Engel
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index b622b65f3..ecd3e570a 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -29,6 +29,20 @@ config CONFIG_HOSTNAME
29 help 29 help
30 Please submit a patch to add help text for this item. 30 Please submit a patch to add help text for this item.
31 31
32config CONFIG_HTTPD
33 bool "httpd"
34 default n
35 help
36 Serve web pages via an HTTP server.
37
38config CONFIG_FEATURE_HTTPD_BASIC_AUTH
39 bool " Enable Basic Authentication and IP address checking"
40 default n
41 depends on CONFIG_HTTPD
42 help
43 Utilizes /etc/httpd.conf for security settings allowing
44 ip address filtering and basic authentication on a per url basis.
45
32config CONFIG_IFCONFIG 46config CONFIG_IFCONFIG
33 bool "ifconfig" 47 bool "ifconfig"
34 default n 48 default n