A bit more info....
Per the docs, file aliases take effect before a file include, so
you must do the file include based on the name after the alias
takes place.
In my case I am not sure what that would be so I went about it a
different way. I did a FILEEXCLUDE for the directories belonging
to the other domains.
That seems to be getting me on the right track as I can use the
file aliases as well.
However, for the logs for Jan 2001 for 1 domain (the busiest
one) the General Summary shows:
---
Successful requests: 9,583,898 (1,955,593)
Average successful requests per day: 309,164 (279,370)
Logfile lines without status code: 576 (0)
Successful requests for pages: 2,213,381 (513,446)
Average successful requests for pages per day: 71,400 (73,349)
Failed requests: 95,275 (93,487)
Redirected requests: 265,030 (102,493)
Distinct files requested: 38,817 (23,569)
Distinct hosts served: 69,958 (19,330)
Corrupt logfile lines: 118
Unwanted logfile entries: 20,143,546
---
and I am quite sure that there should not be 20 million
non-matching log lines. This site typicaly gets as much traffic
in less than a day then all the other sites combined get in a
month.
Anyideas on how I can see what log entries are "unwanted" so I
can figure out a match for them?
Thanks
Dale
On Mon, 13 Aug 2001 20:07:55 +0000
"Dale Therio" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Thank you for the reply. Unfortunately adding the:
>
> FILEINCLUDE /www.domain.com/*
> FILEINCLUDE /site001/*
>
> Appears to filter everything out. I just ran Analog with the
> proper directories as listed above and got
>
> Successful requests: 0
> Corrupt logfile lines: 214
> Unwanted logfile entries: 50,948,778
>
> I have tried placing the FILEINCLUDE toward the beginning of
> the
> file and after the LOGFORMAT command.
>
> I have also used AUTO for the log format (which seems to work
> ok, so I don't think that is the problem). If I use
> VHOSTINCLUDE
> with the proper virtual host name (and without the
> FILEINCLUDE),
> on the local logs it seems to work correctly.
>
> And trying the FILEINCLUDE on a single log file at a time, so
> far only the remote server log appears to process that way.
> The
> local server log is from a Mac - WebSTAR server. Should it
> make
> a difference that the file requested is styled with colons
> instead of a slash in the logfile?
>
> I did try using :www.domain.com:* instead of
> /www.domain.com/*
>
> Thank you again for any additional ideas or suggestions you
> might have.
>
> Dale
>
> On Mon, 13 Aug 2001 09:35:35 -0700
> "Jeremy Wadsack" <[EMAIL PROTECTED]> wrote:
> >
> > Dale Therio ([EMAIL PROTECTED]):
> >
> >
> >
> > > Hello,
> >
> > > I have looked at the list archives and have not found a
> > similar
> > > setup to what I am using.
> >
> > > I have a few virtual domains that are hosted on a single
> > server,
> > > however, the images are stored on a remote server. I
> > realize
> > > that to get individul reports analog must be run once for
> > each
> > > domain.
> >
> > > The problem I am having is how to only include particular
> > > directories in the report for domain A
> >
> > > On the primary server the domains each have their own
> > directory
> > > styled as the domain name. However on the remote server
> the
> > > directory name is different. e.g. www.domain1.com on the
> > primary
> > > and site001 on the remote server.
> >
> > > Also the remote server is referred to by
> > www.remotedomain.com.
> > > So the images are called like this
> > > http://www.remotedomain.com/site001/images/image.gif
> >
> > > I need to cobmine requests for pages and images that are
> in
> > the
> > > directories named "/www.domain1.com/*" and "/site001/*"
> > into
> > > the same set of reports.
> >
> > > How do I do this?
> >
> > LOGFILE localserver.log
> > LOGFILE remoteserver.log
> >
> > FILEINCLUDE /www.domain.com/*
> > FILEINCLUDE /site001/*
> >
> > FILEALIAS /www.domain.com/* /$1
> > FILEALIAS /site001/* /$1
> >
> >
> > See docs/include.html and docs/alias.html for details.
> >
> > --
> >
> > Jeremy Wadsack
> > Wadsack-Allen Digital Group
+------------------------------------------------------------------------
| 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
+------------------------------------------------------------------------