pastebin

Paste Search Dynamic
Recent pastes
cgi.conf
  1. ## CGI programs allow you to enhance the functionality of the server in a very
  2. ## straight and simple way..
  3. ##
  4. ## Documentation: /usr/share/doc/lighttpd-doc/cgi.txt
  5. ##                http://www.lighttpd.net/documentation/cgi.html
  6.  
  7. server.modules  += ( "mod_cgi" )
  8.  
  9. alias.url       += ( "/cgi-bin/" => "/home/lighttpd/cgi-bin/" )
  10.  
  11. cgi.assign      = (
  12.         ".pl"  => "/usr/bin/perl",
  13. )
Parsed in 0.002 seconds