CINXE.COM

mod_fcgid - FastCGI interface module for Apache 2 - The Apache HTTP Server Project

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link href="/css/apsite.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" /> <title>mod_fcgid - FastCGI interface module for Apache 2 - The Apache HTTP Server Project</title> <style> .headerlink { visibility: hidden; } h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink, li:hover > .headerlink { visibility: visible } </style> </head> <body> <div id="page-header"> <p class="menu">&nbsp;</p> <p class="apache">&nbsp;</p> <a href="/"> <img alt="" width="800" height="72" src="/images/httpd_logo_wide_new.png" /> </a> <a class="badge" href="https://www.apache.org/foundation/contributing.html"> <img src="https://www.apache.org/images/SupportApache-small.png"> </a> </div> <div id="apmenu"> <script type="text/javascript" src="https://www.apachecon.com/event-images/snippet.js"></script> <p style="margin-top: -10px;"> <!-- Apachecon! --> <a class="acevent" data-format="wide" data-mode="light" data-width="160"></a> </p> <h1 id="essentials">Essentials<a class="headerlink" href="#essentials" title="Permanent link">&para;</a></h1> <ul> <li><a href="/download.cgi">Download!</a></li> <li><a href="/ABOUT_APACHE.html">About</a></li> <li><a href="https://www.apache.org/licenses/">License</a></li> <li><a href="https://wiki.apache.org/httpd/FAQ">FAQ</a></li> <li><a href="/security_report.html">Security Reports</a></li> </ul> <h1 id="source-repositories">Source Repositories<a class="headerlink" href="#source-repositories" title="Permanent link">&para;</a></h1> <ul> <li><a href="/dev/devnotes.html">General Information</a></li> <li><a href="https://svn.apache.org/viewvc/httpd/httpd/trunk/">Trunk</a></li> <li><a href="https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/">2.4</a></li> </ul> <h1 id="documentation"><a href="/docs/">Documentation</a><a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h1> <ul> <li><a href="/docs/2.4/">Version 2.4</a></li> <li><a href="/docs/trunk/">Trunk (dev)</a></li> <li><a href="https://wiki.apache.org/httpd/">Wiki</a></li> </ul> <h1 id="get-involved"><a href="/contribute/">Get Involved</a><a class="headerlink" href="#get-involved" title="Permanent link">&para;</a></h1> <ul> <li><a href="/lists.html">Mailing Lists</a></li> <li><a href="/bug_report.html">Bug Reports</a></li> <li><a href="/dev/">Developer Info</a></li> <li><a href="/support.html">User Support</a></li> </ul> <h1 id="subprojects">Subprojects<a class="headerlink" href="#subprojects" title="Permanent link">&para;</a></h1> <ul> <li><a href="/docs-project/">Docs</a></li> <li><a href="/test/">Test</a></li> <li><a href="/test/flood/">Flood</a></li> <li><a href="/apreq/">libapreq</a></li> <li><a href="/modules">Modules</a></li> <li><a href="/mod_fcgid/">mod_fcgid</a></li> <li><a href="/mod_ftp/">mod_ftp</a></li> </ul> <h1 id="related-projects">Related Projects<a class="headerlink" href="#related-projects" title="Permanent link">&para;</a></h1> <ul> <li><a href="https://trafficserver.apache.org/">Apache Traffic Server</a></li> <li><a href="https://trafficcontrol.apache.org/">Apache Traffic Control</a></li> <li><a href="https://tomcat.apache.org/">Tomcat</a></li> <li><a href="https://apr.apache.org/">APR</a></li> <li><a href="https://perl.apache.org/">mod_perl</a></li> </ul> <h1 id="miscellaneous"><a href="/info/">Miscellaneous</a><a class="headerlink" href="#miscellaneous" title="Permanent link">&para;</a></h1> <ul> <li><a href="/contributors/">Contributors</a></li> <li><a href="https://www.apache.org/foundation/thanks.html">Thanks!</a></li> <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> </ul> </div> <!-- RIGHT SIDE INFORMATION --> <div id="apcontents"> <h1 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permalink">&para;</a></h1> <p><code>mod_fcgid</code> is a high performance alternative to mod_cgi or mod_cgid, which starts a sufficient number instances of the CGI program to handle concurrent requests, and these programs remain running to handle further incoming requests. It is favored by the PHP developers, for example, as a preferred alternative to running mod_php in-process, delivering very similar performance.</p> <h1 id="mod_fcgid-239-released-2013-10-08">mod_fcgid 2.3.9 released <span>2013-10-08</span><a class="headerlink" href="#mod_fcgid-239-released-2013-10-08" title="Permalink">&para;</a></h1> <p>The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.3.9 of mod_fcgid, a FastCGI implementation for Apache HTTP Server versions 2.0, 2.2, and 2.4. This version of mod_fcgid is a security release.</p> <p>You can get the source from <a href="/download.cgi#mod_fcgid">your local mirror</a></p> <p>Development of mod_fcgid can be followed through the <a href="http://subversion.apache.org/">Subversion</a> repositories. For public access you can use:</p> <pre><code>% svn checkout http://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk mod_fcgid </code></pre> <h1 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permalink">&para;</a></h1> <p>The <a href="mod/mod_fcgid.html">mod_fcgid reference page</a> will get you started.</p> <p>See the <a href="http://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk/README-FCGID">README-FCGID</a> file distributed with the module's source code for additional build and installation notes.</p> <h1 id="mailing-lists">Mailing Lists<a class="headerlink" href="#mailing-lists" title="Permalink">&para;</a></h1> <p>Discussions of <code>mod_fcgid</code> take place on the <a href="../lists.html">Apache HTTP Server mailing lists</a> , including the following:</p> <ul> <li> <p><a href="../lists.html#http-users">User support and discussion</a></p> </li> <li> <p><a href="../lists.html#http-dev">Development discussions</a></p> </li> <li> <p><a href="../lists.html#http-cvs">svn commit logs for httpd, including mod_fcgid</a></p> </li> </ul> <h1 id="history">History<a class="headerlink" href="#history" title="Permalink">&para;</a></h1> <p><code>mod_fcgid</code> was created by Ryan Pan (Pan Qingfeng, pqf or 潘庆峰) in 2004 as a new FastCGI implementation, and was granted to the ASF as an Apache HTTP Server subproject in 2009, shepherded by Chris Darroch (chrisd).</p> <!-- FOOTER --> <div id="footer"> <p>Copyright &copy; 1997-2024 The Apache Software Foundation.<br /> Apache HTTP Server, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10