Lance -
I run a separate logfile for each virtual host
- you need this sort of vhost entry in your apache httpd.conf -
=========example=============
<VirtualHost 208.48.185.175:80>
ServerName www.yourhost.com
SSLDisable
DocumentRoot /home/httpd/html/yourhost
ServerAdmin [EMAIL PROTECTED]
TransferLog logs/yourhost-access_log
CustomLog logs/yourhost-referer_log referer
- or whatever other logs you want, or combined log or whatever.
</VirtualHost>
================================
then make a separate analog.cfg for each host, entering the appropriate
logfiles and outfiles,
then you can use cron to run analog on each host every day or whenever.
I personally use this shell script which I have in my cron.daily
directory:
#!/bin/sh
cd /etc/httpd/analog4.0
./analog -G +gimagesanalog.cfg
./analog -G +gontilesanalog.cfg
./analog -G +gcyberscreenanalog.cfg
./analog -G +gkolormasteranalog.cfg
./analog -G +gfantasytilesanalog.cfg
but there are lots of other ways (probably more elegant) of doing it.
The above applies to RedHat Linux 5.2 and Analog 4.0
HTH
Peter Rose
London UK
In message <[EMAIL PROTECTED]>,
WHEELER,LANCE (Non-HP-Boise,ex1) <[EMAIL PROTECTED]> writes
>Hi all,
>
>I am new to analog and so far I haven't found a way to input multiple log
>files and OUTFILE a report for each one. I have multiple sites and want to
>send each owner their own report. Is there a way to do this?
>
>Thanks,
>Lance
>
>
>------------------------------------------------------------------------
>This is the analog-help mailing list. To unsubscribe from this
>mailing list, send mail to [EMAIL PROTECTED]
>with "unsubscribe" in the main BODY OF THE MESSAGE.
>List archived at http://www.mail-archive.com/[email protected]/
>------------------------------------------------------------------------
>
"I don't like your fashion business mister"
- Leonard Cohen / First We Take Manhattan
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------