## CGI programs allow you to enhance the functionality of the server in a very ## straight and simple way.. ## ## Documentation: /usr/share/doc/lighttpd-doc/cgi.txt ## http://www.lighttpd.net/documentation/cgi.html server.modules += ( "mod_cgi" ) alias.url += ( "/cgi-bin/" => "/home/lighttpd/cgi-bin/" ) cgi.assign = ( ".pl" => "/usr/bin/perl", )