about summary refs log tree commit diff stats
path: root/lighttpd.conf
blob: cfd14f2aa63c8e663858d79e81c14612c58d302f (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-if-not-file = ( "" => "/cacophony.sh${url.path}${qsa}" )

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