You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2009/01/08 19:29:42 UTC

svn commit: r732781 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml

Author: pquerna
Date: Thu Jan  8 10:29:42 2009
New Revision: 732781

URL: http://svn.apache.org/viewvc?rev=732781&view=rev
Log:
Fix xml errors.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml?rev=732781&r1=732780&r2=732781&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml Thu Jan  8 10:29:42 2009
@@ -33,7 +33,8 @@
 <summary>
     <p>This module <em>requires</em> the service of <module
     >mod_proxy</module>. It provides support for the passing the socket of the
-    client to another process.
+    client to another process.</p>
+
     <p><code>mod_proxy_fdpass</code> uses the ability of AF_UNIX domain 
     sockets to <a href="http://www.freebsd.org/cgi/man.cgi?query=recv">pass an 
     open file descriptor</a> 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.</p>
 
-    <o>At this time the only data passed to the external process is the client 
+    <p>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 
     <a href="http://www.kernel.org/doc/man-pages/online/pages/man3/cmsg.3.html"
     ><code>struct cmsghdr</code></a>. Future versions of this module may include