As mentioned already specify different logs for each vhost in the vhost config files. VHOST1 <VirtualHost *:80> DocumentRoot /var/www/html/mywebsite1.com ServerName mywebsite1.com ErrorLog ${APACHE_LOG_DIR}/mywebsite1.com-error.log CustomLog ${APACHE_LOG_DIR}/mywebsite1.com-access.log combined VHOST2 <VirtualHost *:80> DocumentRoot /var/www/html/mywebsite2.com ServerName mywebsite2.com ErrorLog ${APACHE_LOG_DIR}/mywebsite2.com-error.log CustomLog ${APACHE_LOG_DIR}/mywebsite2.com-access.log combined Then you individually go through each vhosts own log file, also try out goaccess stats for generating stats for each host, not really a log analyzer as such but produces very nice visual information for your vhosts and gives you quite a lot of useful information at the click of a button. See attached screengrabs. Regards Mitch From: Daniel <dferradal@xxxxxxxxx> Reply: users@xxxxxxxxxxxxxxxx <users@xxxxxxxxxxxxxxxx> Date: 29 April 2017 at 10:32:42 AM To: <users@xxxxxxxxxxxxxxxx> Subject: Re: Apache log analyzer?
|
Attachment:
Screen Shot 2017-04-29 at 10.39.27 AM.png
Description: PNG image
Attachment:
Screen Shot 2017-04-29 at 10.39.57 AM.png
Description: PNG image
Attachment:
Screen Shot 2017-04-29 at 10.40.08 AM.png
Description: PNG image
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx