Hello list, I want to configure a lo system and I need to get the vhost name on the log files to separate them.
Is it possible to do that?
I am using Apache2 on a Ubuntu system, this is my vhost configuration:
ErrorLog /var/log/apache/domain1/error.log
LogLevel warn
CustomLog /var/log/apache/domain1/access.log combined
I have lots of different vhost on the same machine.
Thanks and best regards.
