The fastcgi handler queries [FastCGI] servers, such as PHP, in order to execute scripts. It is basically the same thing as CGI but much faster.
None
Extension php { Handler fastcgi { Server localhost:8002 Interpreter "/usr/bin/php5-fastcgi -b localhost:8002" } }