From: Paul Querna Date: Thu, 8 Jan 2009 18:29:42 +0000 (+0000) Subject: Fix xml errors. X-Git-Tag: 2.3.2~207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=913345058c6a38d4d41bb6f19d287fbd77d42301;p=thirdparty%2Fapache%2Fhttpd.git Fix xml errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@732781 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_fdpass.xml b/docs/manual/mod/mod_proxy_fdpass.xml index a0318decd51..d1e7438b98b 100644 --- a/docs/manual/mod/mod_proxy_fdpass.xml +++ b/docs/manual/mod/mod_proxy_fdpass.xml @@ -33,7 +33,8 @@

This module requires the service of mod_proxy. It provides support for the passing the socket of the - client to another process. + 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. @@ -45,7 +46,7 @@ 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 +

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