Here's RyanMikulovsky's very simple example:
dom "distortions.net" where
DefaultAlias = false; (* avoids *@distortions.net e-mail alias *)
DocumentRoot = home "websites/distortions.net/"
with
emailAlias "ryan" "ryan@hcoop.net"; (* the only e-mail address I want *)
wordPress "geology" where (* sets up proper rewrite rules etc. *)
DocumentRoot = home "websites/geo/wordpress/"
end;
web "biblio" where
DocumentRoot = home "websites/distortions.net/biblio";
with
addDefaultCharset "utf-8"; (* probably not necessary... *)
end;
web "chemistry" where
DocumentRoot = home "websites/chemistry";
with
end;
web "gallery" where (* for Gallery PHP software *)
DocumentRoot = home "websites/gallery";
with
end;
end;