aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-18 12:54:39 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-18 12:54:39 +0000
commitf74194e942b7a65117914ecc9ddb62d9b1cc9e82 (patch)
tree58799a5cb03d0904e26abef1aa8531b925d80cd6 /networking/Config.in
parent03630784374501baa4d6a81144e54aa7601f5e19 (diff)
downloadbusybox-f74194e942b7a65117914ecc9ddb62d9b1cc9e82.tar.gz
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>)
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 030b1c0de..bd6c6ef7a 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -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