Title: Mensaje
Hello.
 
I have several VirtualHosts, each one with it's own LogFile.
 
Each VirtualHost has several domains associated (www.domain.com, www.domain.org and www.domain.net). The problem is that I want to obtain different reports based on the domains.
 
I have configured Apache with %{Host}i so I can store the domain the client connects to, and I have defined a specific LOGFORMAT, so this is the configuration of each line:
 
Apache:
LogFormat "%{Host}i %h \"%{X-Forwarded-For}i\" %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinado
 
Analog:
APACHELOGFORMAT (%{Host}i %h \"%{X-Forwarded-For}i\" %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\")
 
How can I configure Analog so it shows me the report of a domain doing a filtering based on that domain?
 
Thanks.

Reply via email to