The cgi handler executes CGI programs.
This module accepts only one parameter
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 }