server.document-root = "/opt/lighttpd/htdocs" server.port = 3000 mimetype.assign = ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png" ) static-file.exclude-extensions = ( ".rb", ".pl", ".fcgi", ".php", ".rb", "~", ".inc" ) index-file.names = ( "index.html" ) server.modules += ( "mod_cgi" ) cgi.assign = ( ".rb" => "/opt/ruby/bin/ruby", ".pl" => "/usr/bin/perl")
You need to create an account or log in to post comments to this site.