## SITE_HOSTNAME virtual hosting ## server.modules += ( "mod_simple_vhost" ) $HTTP ["host"] == "SITE_HOSTNAME" { server.document-root = "SITE_PATH" server.indexfiles = ( "index.php", "index.html") }