New applet: httpd, by Glenn Engel
This commit is contained 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
|
||||
|
@@ -26,6 +26,7 @@ NETWORKING-y:=
|
||||
NETWORKING-$(CONFIG_FTPGET) += ftpgetput.o
|
||||
NETWORKING-$(CONFIG_FTPPUT) += ftpgetput.o
|
||||
NETWORKING-$(CONFIG_HOSTNAME) += hostname.o
|
||||
NETWORKING-$(CONFIG_HTTPD) += httpd.o
|
||||
NETWORKING-$(CONFIG_IFCONFIG) += ifconfig.o
|
||||
NETWORKING-$(CONFIG_IFUPDOWN) += ifupdown.o
|
||||
NETWORKING-$(CONFIG_IP) += ip.o
|
||||
|
1349
networking/httpd.c
Normal file
1349
networking/httpd.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user