fcgi
« Back to VersTracker
Description:
Protocol for interfacing interactive programs with a web server
Type: Formula  |  Latest Version: 2.4.7@0  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Networking
Tags: cgi fastcgi web-server protocol networking
Install: brew install fcgi
About:
FastCGI (fcgi) is a binary protocol for interfacing interactive programs with a web server. It overcomes the limitations of CGI by keeping processes persistent, eliminating the overhead of process creation for each request. This results in significantly improved performance and scalability for dynamic web applications.
Key Features:
  • Persistent application processes to reduce overhead
  • High-performance binary protocol for web servers
  • Language and server agnostic implementation
  • Efficient handling of concurrent requests
Use Cases:
  • Accelerating dynamic content generation in web applications
  • Deploying scalable backend services behind web servers
  • Integrating C/C++ applications with web environments
Alternatives:
  • WSGI – Python-specific standard, whereas FastCGI is language-agnostic and protocol-based.
  • SCGI – Simpler protocol than FastCGI, but FastCGI has broader server and language support.
License: OML
Bottles available for: arm64_tahoe, arm64_sequoia, arm64_sonoma, sonoma, arm64_linux, x86_64_linux
Version History
Detected Version Rev Change Commit
Nov 26, 2025 2:02pm 0 VERSION_BUMP e9aa1366
Sep 11, 2025 2:03am 0 VERSION_BUMP 9f786031