## Note: use kqueue var.log_root = "/var/log/lighttpd" include "conf.d/access_log.conf" include "conf.d/dirlisting.conf" include "conf.d/mime.conf" #include "modules.conf" index-file.names += ("index.html") server.document-root = "/var/53hor" server.errorlog = log_root + "/error.log" server.network-backend = "sendfile" server.port = 80 server.username = "www" server.groupname = "www"