Cherokee Web Server: CGI executing

CGI executing

The cgi handler executes CGI (http://www.w3.org/CGI/) programs.


Parameters

This module accepts only one parameter


Examples

This is a pretty common example. It defines a directory called cgi which points to a path out of the Sever root directory where are located the CGI programs.

Directory /cgi {
   DocumentRoot /usr/lib/cgi-bin/
   Handler cgi
}