diff options
author | Glenn L McGrath | 2003-01-05 04:01:56 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-01-05 04:01:56 +0000 |
commit | 58c708af23d6ad855ea0cd1b61c2b87f26fc6988 (patch) | |
tree | f685aca3eb4a763dd0c58a291c766f018f8656c3 /networking/Config.in | |
parent | c2e74ca934860d7cd4b02ab51e4466ae34871223 (diff) | |
download | busybox-58c708af23d6ad855ea0cd1b61c2b87f26fc6988.zip busybox-58c708af23d6ad855ea0cd1b61c2b87f26fc6988.tar.gz |
New applet: httpd, by Glenn Engel
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index b622b65..ecd3e57 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -29,6 +29,20 @@ config CONFIG_HOSTNAME help Please submit a patch to add help text for this item. +config CONFIG_HTTPD + bool "httpd" + default n + help + Serve web pages via an HTTP server. + +config CONFIG_FEATURE_HTTPD_BASIC_AUTH + bool " Enable Basic Authentication and IP address checking" + 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. + config CONFIG_IFCONFIG bool "ifconfig" default n |