Cherokee Web Server: FastCGI

FastCGI

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.


This module is currently under development. Do *NOT* USE it yet


Parameters

None


Examples

Extension php {
   Handler fastcgi {
      Server       localhost:8002
      Interpreter  "/usr/bin/php5-fastcgi -b localhost:8002"
   } 
}