Sandro wrote:
> [...]
> So here is my Question:
> Where do i have to modify the templates for getting a
> different Log file for each virtual Domain ??
This is an extensive change - I suggest you look at the Apache documentation
on
www.apache.org or an Apache book.
The log entries generated by e-smith already include a tag for the virtual
domain, so are designed to be easy to post-process to split log entries
by virtualdomain if this is so desired.
Maintaining a single log file makes most post-processing tasks much simpler as
it usually cleaner to split up a log file than decide when to combine them.
Gordon