27th September 2006, 03:13 pm
This is the configuration I used to get lighttpd to serve up the results of AxMan.
server.document-root = "/home/magnusth/tmp/axman/www/"
server.port = 8080
index-file.names = ( "index.html" )
mimetype.assign = (
".html" => "text/html",
)