I am running Apache 1.3.9 with many virtual hosts on linux. Each virtual host
has it's own log files.
I have automated the generation of the statisics for each virt host. The problem
is the report title and included URL are not correct. They are being set from
the analog.cfg file.
Can I set the HOSTNAME and HOSTURL for each report on the command line ?
Can I use enviroment variables to dynamically change these values ?
What is the best way to automatically generate a customized report for each virt
host ?
Basically I am doing this now:
for FILE in `ls *.access`; do
analog $FILE -O$FILE.html
mv $FILE.html /web/htdocs/stats
Any and all comment would be appreciated..
Thank you, Chris
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------