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

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

server.modules += ( "mod_cgi", "mod_rewrite" )
cgi.assign = ( ".sh" => "" )
url.rewrite-if-not-file = ( "" => "/yawp.sh${url.path}${qsa}" )