===
CGI
===

---------------
Module: mod_cgi
---------------

:Author: Jan Kneschke
:Date: $Date: 2004/08/29 09:43:49 $
:Revision: $Revision: 1.1 $

:abstract:
  cgi module provide a CGI conforming interface
  
.. meta::
  :keywords: lighttpd, cgi
  
.. contents:: Table of Contents

Description
===========

...

Options
=======

cgi.assign

  file-extensions that are handled by a CGI program

  e.g.: ::
  
    cgi.assign                = ( ".pl"  => "/usr/bin/perl",
                                  ".cgi" => "/usr/bin/perl" )
