Apache Logs
Log the domain name visited
This will display in the Apache logs which sites visitors are hitting:
# get the server name from the Host: header UseCanonicalName Off # this log format can be split per-virtual-host based on the first field LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon CustomLog logs/access_log vcommon