Brian Tobin wrote:

> If it is indeed just a lack of features in analog, I think it's a feature
> that is very much needed.  Within the few web developers that I have
> consulted about this problem, almost all of them want this feature too.  I
> would think it would be easy to program in.  Something like this:
>
> <Start log fleacircus.org>
> LOGFILE /home/brian/logs/fleacircus.org-access_log http://www.fleacircus.org
> OUTFILE /home/brian/public_html/log/logfile.html
> <End log fleacircus.org>
>
> <Start log koingosw.com>
> LOGFILE /home/jhague/logs/koingosw.com-access_log http://www.koingosw.com
> OUTFILE /home/jhague/public_html/log/index.html
> <End log koingosw.com>
>
> Then whenever analog is run, it'll do 2 cycles.  One cycle on the
> fleacircus.org set, one cycle on the koingosw.com set.  Easy to do.
>
> Wouldn't that be better?

It seems fairly straight-forward to write a script that does this. So I really don't
see any reason that Analog would have to do it. As FRank said, you can set up a
configuration file with each client's necessary configuration, then, a simple batch
statement like

    for f in `ls /path/to/vhost/configs/*.cfg`
    do
        /path/to/analog +g$f
    done


will run Analog for each config file in the given directory.

HTH,

Jeremy Wadsack
Wadsack-Allen Digital Group


------------------------------------------------------------------------
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]/
------------------------------------------------------------------------

Reply via email to