Hello,
We use the following for hosting several sites by domain name and it seems to
work well for us.
VirtualDocumentRoot /exports/home/%-2.0.%-1/virtualdomains/%0
What we would like to do is to split the incoming logs for each of the base
level domains (that is domain.tld, regardless of *.domain.tld) such that for
each domain the logs are stored in /exports/home/%-2.0/%-1/logs. In this case,
the log folders (and the /exports/home/%-2.0/%-1/) are owned by root, so this
shouldn't be too much of a security issue.
Is there a way do this with the logs without doing actual virtuals for each
site?
Gary Wayne Smith