The Apache HTTP Server Project

Essentials

  • About
  • License
  • FAQ
  • Security
    Reports
  • Download!

  • from a mirror
  • Documentation

  • Version 2.3 (Beta)
  • Version 2.2
  • Version 2.0
  • Version 1.3 (deprecated)
  • Trunk (dev)
  • Wiki
  • Get Support

  • Support
  • Get Involved

  • Mailing Lists
  • Bug Reports
  • Developer Info
  • Subprojects

  • Docs
  • Test
  • Flood
  • libapreq
  • Modules
  • mod_fcgid
  • mod_ftp
  • Miscellaneous

  • Contributors
  • Sponsors
  • Sponsorship
  • Introduction

    mod_fcgid 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.

    mod_fcgid 2.3.6 released 2010-11-06

    The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.3.6 of mod_fcgid, a FastCGI implementation for Apache HTTP Server versions 2.0, 2.2, and future 2.4. This version of mod_fcgid is a bug fix release.

    A fix is included for CVE-2010-3872, a potential vulnerability which can affect sites with untrusted FastCGI applications.

    Additionally, default configuration settings for request body handling have been changed to prevent large system resource use. Administrators of all versions of mod_fcgid are strongly cautioned to ensure that FcgidMaxRequestLen is configured appropriately.

    You can get the source and Windows binaries from your local mirror

    Development of mod_fcgid can be followed through the Subversion repositories. For public access you can use:

    % svn checkout http://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk mod_fcgid
    Documentation

    The mod_fcgid reference page will get you started.

    See the README-FCGID file distributed with the module's source code for additional build and installation notes.

    Mailing Lists

    Discussions of mod_fcgid take place on the Apache HTTP Server mailing lists, including the following:

    History

    mod_fcgid 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).


    Copyright © 2011 The Apache Software Foundation
    Apache HTTP Server, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.