Description
Web servers can run legacy PHP applications through CGI or FastCGI interfaces. This supports older deployments that separate PHP execution from the web server process.
It is a server integration component. Legacy CGI and FastCGI setups need careful routing, permissions, environment handling, and isolation from newer PHP applications.