MythWeb with lighttpd for Fedora
Add a lighttpd configuration file in
/etc/lighttpd/conf.d/lighttpd-myth.conf
(where my machine hostname is ‘americas’ on the local network) :
#! /bin/bash # Just for SciTE language hint
$HTTP["host"] == “myth.americas” { var.root=”/var/www/html/mythweb” server.document-root = var.root
url.rewrite = [...]