Description
Web servers can run PHP through CGI or FastCGI interfaces. This is useful for deployments that separate PHP execution from the web server process or use FastCGI process managers.
It is a server integration component. CGI and FastCGI setups need careful permissions, environment handling, and web-server routing to avoid exposing source files or unsafe parameters.