Aah, this seems to work pretty nice for domain/subdomain handling using evhost, but there's still the part with the log files.. Any ideas?
Code:
$HTTP["host"] =~ "^(www\.)?[^.]+\.[^.]+$" {
evhost.path-pattern = "/home/%0/www/"
}
$HTTP["host"] !~ "^(www\.)?[^.]+\.[^.]+$" {
evhost.path-pattern = "/home/%0/subdomains/%3/"
}