about summary refs log tree commit diff stats
path: root/lighttpd.conf
blob: a6281a2a64d07a4e5bc65d32a1fb0b14a47b1478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
server.document-root = "/home/acdw/src/cacophony"
server.port = 3030
server.username = "acdw"
server.groupname = "acdw"

index-file.names = ( "index.html", "cacophony.sh" )

server.modules += ( "mod_cgi", "mod_rewrite" )
cgi.assign = ( ".sh" => "" )
url.rewrite = ( "" => "/cacophony.sh${url.path}${qsa}" )

mimetype.assign += ( "" => "text/plain;charset=utf-8" )