Skip to navigation
Load a CGI with lighttpd
03.04.23
Load a CGI with lighttpd index-file.names := ( "index.php", "index.html", "index.lighttpd.html","index.cgi","gallery.cgi" ) server.modules += ( "mod_cgi" ) $HTTP["url"] =~ "/" { cgi.assign = ( "gallery.cgi" => "" ) } server.follow-symlink="enable"
Reply
Anonymous
Information Epoch 1763375934
Solving the next 5% probably costs more than the previous 90%.
Home
Notebook
Contact us