You don't mention which server your ISP uses. It might be Apache. If so, Apache suggests to use one logfile for all virtual host to prevent the problem of running out of file descriptors (a/k/a file handles), then splitting the file later if needed. Apache has a utility named "split-logfile" for this purpose. Look for it in the Apache distribution at "src/support/". You can learn more about it at "http://httpd.apache.org/docs/programs/other.html".
-- Duke Hillard Jeff Hughes wrote: >I am quite new to using Analog and have run into a problem I am hoping someone can >help me >out with. I have multiple domains being served from one account and all stats are >being >dumped into one log file at my ISP. What I need to do is process the downloaded logs >and get >the stats separated for each domain (currently only two) so I can post the results. > >Did some searching but have not been able to find any help on this particular >subject... > >Any help you can provide is much appreciated! Thanks in advance! > >--Jeff >____________________________________________ >Jeff Hughes >Hughes Design, LLC >[EMAIL PROTECTED] >www.HughesDesignLLC.com > +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
