In a run of a day's stats on some log files, the count of request for a
file was about 167,000. Yet a quick count of logfile entries for the
same period for the file totaled close to 260,000. The file doesn't
appear in the redirections or failures (the total of all of which is
about 12,000). The
Jeremy, Aengus - thanks for your help with QuickDNS.
--
Nancy Brown Designing Web
http://designingweb.net
[EMAIL PROTECTED]
--
This is the analog-help mailing list. To unsubscribe from this
mailing l
1) Yes, */ are already pages.
2) You need to use DIRSUFFIX to do all this properly.
--
Stephen Turner http://www.statslab.cam.ac.uk/~sret1/
Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
"8th March 2000. National No Smoking Day. Ash Wednesday." (On a calendar)
The DirectoryIndex (page that gets sent by default) in one of our
installations is "index.shtml"
Because the logfile showed the user request as "GET / HTTP/1.0" the
Analog report looked like this:
General Summary
Successful requests: 5,480,951
Successful requests for pages: 669,177
Request Re
On Thu, 16 Mar 2000, Trevor Pervin wrote:
>
> I am trying to exclude certain pages from our Analog Stats using the
> PAGEEXCLUDE statement, but it appears not to work, has anyone used
> this successfully or does anyone know of any problems. It works with a
> Global exclude
On Wed, 15 Mar 2000, Jeremy Wadsack wrote:
>
>
> Kim Scarborough wrote:
>
> > REQOUTPUTALIAS REGEXP:^(/mercury/sounds/381209\.*) "$1 (Rebecca)"
> >
> > What am I doing wrong here?
>
> You might need to escape the '/'. Try this:
>
> REQOUTPUTALIAS REGEXP:^(\/mercury\/sounds\/381209\.*) "$1 (R
On Wed, 15 Mar 2000, Eric Fegraus wrote:
> Hi,
>
> I'm trying to get the Directory, User and Domain Report to have a pages
> column. I know this is possible because you can do a DOMSORTBY PAGES.
> Everytime I try it I get an error saying "In User Report, SORTBY (requests)
> doesn't match FLOOR
I am trying to exclude certain pages from our Analog Stats using the
PAGEEXCLUDE statement, but it appears not to work, has anyone used
this successfully or does anyone know of any problems. It works with a
Global exclude eg *.html but not say page.html
Trevor Pe