FastCGIenabled
FastCGIenabled is a configuration directive used in web server software, most notably Apache HTTP Server, to control whether the FastCGI protocol is enabled for a particular virtual host or directory. FastCGI is a protocol for extending the functionality of web servers by allowing external programs, known as FastCGI applications, to communicate with the web server.
When FastCGIenabled is set to On, the web server will attempt to use FastCGI for processing requests
Conversely, setting FastCGIenabled to Off (or omitting the directive, as it is often Off by default) disables