server.document-root = "/home/nathan/Documents/dev/shittyweb/xhtml/"
server.port = 8000
index-file.names = ("index.xhtml")
server.error-handler-404 = "/error/404.xhtml"

# Modules
server.modules += ("mod_cgi")

$HTTP["url"] =~ "^/cgi-bin" {
   cgi.assign = ( "" => "" )
}

cgi.execute-x-only = "enable"