xatonum.h: add comment

lineedit: fix typo in comment
httpd: support for proxying connection to other http server
(by Alex Landau <landau_alex@yahoo.com>)
This commit is contained in:
Denis Vlasenko
2007-10-18 12:54:39 +00:00
parent 0363078437
commit f74194e942
4 changed files with 229 additions and 70 deletions

View File

@@ -192,6 +192,18 @@ config FEATURE_HTTPD_ERROR_PAGES
'/path/e404.html' file instead of the terse '404 NOT FOUND'
message.
config FEATURE_HTTPD_PROXY
bool "Enable support for reverse proxy"
default n
depends on HTTPD
help
This option allows you to define URLs that will be forwarded
to another HTTP server. To setup add the following line to the
configuration file
P:/url/:http://hostname[:port]/new/path/
Then a request to /url/myfile will be forwarded to
http://hostname[:port]/new/path/myfile.
config IFCONFIG
bool "ifconfig"
default n