From: Paul Querna Date: Thu, 8 Jan 2009 18:30:01 +0000 (+0000) Subject: Rebuild docs. X-Git-Tag: 2.3.2~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5389a943f5ec24f7c5303b713548b2e7c4d4942;p=apache Rebuild docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@732782 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de index e28a0be909..d70afe4b43 100644 --- a/docs/manual/mod/allmodules.xml.de +++ b/docs/manual/mod/allmodules.xml.de @@ -72,6 +72,7 @@ mod_proxy_balancer.xml mod_proxy_connect.xml mod_proxy_fcgi.xml + mod_proxy_fdpass.xml mod_proxy_ftp.xml mod_proxy_http.xml mod_proxy_scgi.xml diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es index a385e9507c..b2b8d920c5 100644 --- a/docs/manual/mod/allmodules.xml.es +++ b/docs/manual/mod/allmodules.xml.es @@ -72,6 +72,7 @@ mod_proxy_balancer.xml mod_proxy_connect.xml mod_proxy_fcgi.xml + mod_proxy_fdpass.xml mod_proxy_ftp.xml mod_proxy_http.xml mod_proxy_scgi.xml diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja index 8124ffb830..77bc75a514 100644 --- a/docs/manual/mod/allmodules.xml.ja +++ b/docs/manual/mod/allmodules.xml.ja @@ -72,6 +72,7 @@ mod_proxy_balancer.xml.ja mod_proxy_connect.xml.ja mod_proxy_fcgi.xml + mod_proxy_fdpass.xml mod_proxy_ftp.xml mod_proxy_http.xml mod_proxy_scgi.xml diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko index f4907be98b..64eed927a1 100644 --- a/docs/manual/mod/allmodules.xml.ko +++ b/docs/manual/mod/allmodules.xml.ko @@ -72,6 +72,7 @@ mod_proxy_balancer.xml mod_proxy_connect.xml mod_proxy_fcgi.xml + mod_proxy_fdpass.xml mod_proxy_ftp.xml mod_proxy_http.xml mod_proxy_scgi.xml diff --git a/docs/manual/mod/allmodules.xml.tr b/docs/manual/mod/allmodules.xml.tr index 6746abece7..d40f477268 100644 --- a/docs/manual/mod/allmodules.xml.tr +++ b/docs/manual/mod/allmodules.xml.tr @@ -72,6 +72,7 @@ mod_proxy_balancer.xml mod_proxy_connect.xml mod_proxy_fcgi.xml + mod_proxy_fdpass.xml mod_proxy_ftp.xml mod_proxy_http.xml mod_proxy_scgi.xml diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index 82f4a8b2a7..4a16e9bb9d 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -170,6 +170,8 @@ under different user IDs. CONNECT request handling
mod_proxy_fcgi
FastCGI support module for mod_proxy
+
mod_proxy_fdpass
FastCGI support module for +mod_proxy
mod_proxy_ftp
FTP support module for mod_proxy
mod_proxy_http
HTTP support module for diff --git a/docs/manual/mod/mod_proxy_fdpass.html b/docs/manual/mod/mod_proxy_fdpass.html new file mode 100644 index 0000000000..b660e02764 --- /dev/null +++ b/docs/manual/mod/mod_proxy_fdpass.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_proxy_fdpass.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_proxy_fdpass.html.en b/docs/manual/mod/mod_proxy_fdpass.html.en new file mode 100644 index 0000000000..4273e7205a --- /dev/null +++ b/docs/manual/mod/mod_proxy_fdpass.html.en @@ -0,0 +1,68 @@ + + + +mod_proxy_fdpass - Apache HTTP Server + + + + + + +
<-
+ +
+

Apache Module mod_proxy_fdpass

+
+

Available Languages:  en 

+
+ + + + +
Description:FastCGI support module for +mod_proxy
Status:Extension
Module Identifier:proxy_fdpass_module
Source File:mod_proxy_fdpass.c
Compatibility:Available in version 2.3 and later
+

Summary

+ +

This module requires the service of mod_proxy. It provides support for the passing the socket of the + client to another process.

+ +

mod_proxy_fdpass uses the ability of AF_UNIX domain + sockets to pass an + open file descriptor to allow another process to finish handling a request. +

+ +

The module has a proxy_fdpass_flusher provider interface, + which allows another module to optionally send the response headers, or even + the start of the response body. The default flush provider disables keep-alive, + and sends the response headers, letting the external process just send a + response body.

+ +

At this time the only data passed to the external process is the client + socket. To recieve a client socket, call recvfrom with the an allocated + struct cmsghdr. Future versions of this module may include + more data after the client socket, but this is not implemented at this time. +

+
+

Directives

+

This module provides no + directives.

+

See also

+
+ +
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index d94362d0d8..5d77cd623e 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -239,6 +239,7 @@ Server on HPUX
  • Apache Module mod_proxy_balancer
  • Apache Module mod_proxy_connect
  • Apache Module mod_proxy_fcgi
  • +
  • Apache Module mod_proxy_fdpass
  • Apache Module mod_proxy_ftp
  • Apache Module mod_proxy_http
  • Apache Module mod_proxy_scgi