From e8ec7aa8e38a93f5b034ac74cebce5de23710317 Mon Sep 17 00:00:00 2001 From: hongbotian Date: Mon, 30 Nov 2015 01:45:08 -0500 Subject: upload http JIRA: BOTTLENECK-10 Change-Id: I7598427ff904df438ce77c2819ee48ac75ffa8da Signed-off-by: hongbotian --- .../docs/manual/mod/mod_proxy_http.html.en | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 rubbos/app/httpd-2.0.64/docs/manual/mod/mod_proxy_http.html.en (limited to 'rubbos/app/httpd-2.0.64/docs/manual/mod/mod_proxy_http.html.en') diff --git a/rubbos/app/httpd-2.0.64/docs/manual/mod/mod_proxy_http.html.en b/rubbos/app/httpd-2.0.64/docs/manual/mod/mod_proxy_http.html.en new file mode 100644 index 00000000..e6197fa3 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/manual/mod/mod_proxy_http.html.en @@ -0,0 +1,64 @@ + + + +mod_proxy_http - Apache HTTP Server + + + + + + +
<-
+ +
+

Apache Module mod_proxy_http

+
+

Available Languages:  en 

+
+ + + +
Description:HTTP support module for +mod_proxy
Status:Extension
Module Identifier:proxy_http_module
Source File:proxy_http.c
+

Summary

+ +

This module requires the service of mod_proxy. It provides the features used for + proxying HTTP requests. mod_proxy_http + supports HTTP/0.9, HTTP/1.0 and HTTP/1.1. It does not + provide any caching abilities. If you want to set up a caching + proxy, you might want to use the additional service of the + mod_cache module.

+ +

Thus, in order to get the ability of handling HTTP proxy requests, + mod_proxy and mod_proxy_http + have to be present in the server.

+ +

Warning

+

Do not enable proxying until you have secured your server. Open proxy + servers are dangerous both to your network and to the Internet at + large.

+
+
+

Directives

+

This module provides no directives.

+

See also

+
+ +
+
+

Available Languages:  en 

+
+ \ No newline at end of file -- cgit 1.2.3-korg