Description
Apache can run FastCGI applications through a dedicated module instead of only static files or built-in handlers. Administrators use it when web apps need persistent CGI-style processes behind Apache.
It changes how server-side programs execute. Process limits, sockets, permissions, and app isolation should be tuned before exposing services publicly.