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}" )