mod_proxy_fdpass.html.en revision a329941afa602684be21fa85a54f2639e91763f8
a329941afa602684be21fa85a54f2639e91763f8pquerna<?xml version="1.0" encoding="ISO-8859-1"?>
a329941afa602684be21fa85a54f2639e91763f8pquerna<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
a329941afa602684be21fa85a54f2639e91763f8pquerna<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
a329941afa602684be21fa85a54f2639e91763f8pquerna XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
a329941afa602684be21fa85a54f2639e91763f8pquerna This file is generated from xml source: DO NOT EDIT
a329941afa602684be21fa85a54f2639e91763f8pquerna XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
a329941afa602684be21fa85a54f2639e91763f8pquerna -->
a329941afa602684be21fa85a54f2639e91763f8pquerna<title>mod_proxy_fdpass - Apache HTTP Server</title>
a329941afa602684be21fa85a54f2639e91763f8pquerna<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
a329941afa602684be21fa85a54f2639e91763f8pquerna<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
a329941afa602684be21fa85a54f2639e91763f8pquerna<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
a329941afa602684be21fa85a54f2639e91763f8pquerna<link href="/images/favicon.ico" rel="shortcut icon" /></head>
a329941afa602684be21fa85a54f2639e91763f8pquerna<body>
a329941afa602684be21fa85a54f2639e91763f8pquerna<div id="page-header">
a329941afa602684be21fa85a54f2639e91763f8pquerna<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="/faq/">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p>
a329941afa602684be21fa85a54f2639e91763f8pquerna<p class="apache">Apache HTTP Server Version 2.3</p>
a329941afa602684be21fa85a54f2639e91763f8pquerna<img alt="" src="/images/feather.gif" /></div>
a329941afa602684be21fa85a54f2639e91763f8pquerna<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
a329941afa602684be21fa85a54f2639e91763f8pquerna<div id="path">
a329941afa602684be21fa85a54f2639e91763f8pquerna<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Modules</a></div>
a329941afa602684be21fa85a54f2639e91763f8pquerna<div id="page-content">
a329941afa602684be21fa85a54f2639e91763f8pquerna<div id="preamble"><h1>Apache Module mod_proxy_fdpass</h1>
a329941afa602684be21fa85a54f2639e91763f8pquerna<div class="toplang">
a329941afa602684be21fa85a54f2639e91763f8pquerna<p><span>Available Languages: </span><a href="/en/mod/mod_proxy_fdpass.html" title="English">&nbsp;en&nbsp;</a></p>
a329941afa602684be21fa85a54f2639e91763f8pquerna</div>
a329941afa602684be21fa85a54f2639e91763f8pquerna<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>FastCGI support module for
a329941afa602684be21fa85a54f2639e91763f8pquerna<code class="module"><a href="/mod/mod_proxy.html">mod_proxy</a></code></td></tr>
a329941afa602684be21fa85a54f2639e91763f8pquerna<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
a329941afa602684be21fa85a54f2639e91763f8pquerna<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>proxy_fdpass_module</td></tr>
a329941afa602684be21fa85a54f2639e91763f8pquerna<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_proxy_fdpass.c</td></tr>
a329941afa602684be21fa85a54f2639e91763f8pquerna<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.3 and later</td></tr></table>
a329941afa602684be21fa85a54f2639e91763f8pquerna<h3>Summary</h3>
a329941afa602684be21fa85a54f2639e91763f8pquerna
a329941afa602684be21fa85a54f2639e91763f8pquerna <p>This module <em>requires</em> the service of <code class="module"><a href="/mod/mod_proxy.html">mod_proxy</a></code>. It provides support for the passing the socket of the
a329941afa602684be21fa85a54f2639e91763f8pquerna client to another process.</p>
a329941afa602684be21fa85a54f2639e91763f8pquerna
a329941afa602684be21fa85a54f2639e91763f8pquerna <p><code>mod_proxy_fdpass</code> uses the ability of AF_UNIX domain
a329941afa602684be21fa85a54f2639e91763f8pquerna sockets to <a href="http://www.freebsd.org/cgi/man.cgi?query=recv">pass an
a329941afa602684be21fa85a54f2639e91763f8pquerna open file descriptor</a> to allow another process to finish handling a request.
a329941afa602684be21fa85a54f2639e91763f8pquerna </p>
a329941afa602684be21fa85a54f2639e91763f8pquerna
a329941afa602684be21fa85a54f2639e91763f8pquerna <p>The module has a <code>proxy_fdpass_flusher</code> provider interface,
a329941afa602684be21fa85a54f2639e91763f8pquerna which allows another module to optionally send the response headers, or even
a329941afa602684be21fa85a54f2639e91763f8pquerna the start of the response body. The default flush provider disables keep-alive,
a329941afa602684be21fa85a54f2639e91763f8pquerna and sends the response headers, letting the external process just send a
a329941afa602684be21fa85a54f2639e91763f8pquerna response body.</p>
a329941afa602684be21fa85a54f2639e91763f8pquerna
a329941afa602684be21fa85a54f2639e91763f8pquerna <p>At this time the only data passed to the external process is the client
a329941afa602684be21fa85a54f2639e91763f8pquerna socket. To recieve a client socket, call recvfrom with the an allocated
a329941afa602684be21fa85a54f2639e91763f8pquerna <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
a329941afa602684be21fa85a54f2639e91763f8pquerna more data after the client socket, but this is not implemented at this time.
a329941afa602684be21fa85a54f2639e91763f8pquerna </p>
a329941afa602684be21fa85a54f2639e91763f8pquerna</div>
a329941afa602684be21fa85a54f2639e91763f8pquerna<div id="quickview"><h3 class="directives">Directives</h3>
a329941afa602684be21fa85a54f2639e91763f8pquerna<p>This module provides no
a329941afa602684be21fa85a54f2639e91763f8pquerna directives.</p>
a329941afa602684be21fa85a54f2639e91763f8pquerna<h3>See also</h3>
a329941afa602684be21fa85a54f2639e91763f8pquerna<ul class="seealso">
a329941afa602684be21fa85a54f2639e91763f8pquerna<li><code class="module"><a href="/mod/mod_proxy.html">mod_proxy</a></code></li>
a329941afa602684be21fa85a54f2639e91763f8pquerna</ul></div>
a329941afa602684be21fa85a54f2639e91763f8pquerna
a329941afa602684be21fa85a54f2639e91763f8pquerna</div>
a329941afa602684be21fa85a54f2639e91763f8pquerna<div class="bottomlang">
a329941afa602684be21fa85a54f2639e91763f8pquerna<p><span>Available Languages: </span><a href="/en/mod/mod_proxy_fdpass.html" title="English">&nbsp;en&nbsp;</a></p>
a329941afa602684be21fa85a54f2639e91763f8pquerna</div><div id="footer">
a329941afa602684be21fa85a54f2639e91763f8pquerna<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
a329941afa602684be21fa85a54f2639e91763f8pquerna<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="/faq/">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p></div>
a329941afa602684be21fa85a54f2639e91763f8pquerna</body></html>