Stephen Turner wrote:
> On Fri, 17 Sep 1999, Graham TerMarsch wrote:
> > Wanting to find out if there is any way that I can configure Analog to take
> > any redirected requests and actually output them as part of the normal
> > "request" report. I know that they are in some sense different (and are thus
> > handled differently by Analog), but I've got a client who uses Analog but
> > doesn't really want to have to go to two separate reports or add up numbers,
> > but just wants to see a real "show me the total number of requests to the
> > site" total.
> >
> > Is there any way to do this without munging the logfiles so that I fudge all
> > redirected requests into actual '200' requests?
>
> No, sorry. I agree this would be nice for CGI scripts, but someone else has
> already pointed out the reason why it wouldn't be good for most redirects.
Agreed, for the majority of the time you are actually going to want to count
redirected requests as being different from a "normal" request, and that
requests for "/somedir" get redirected to a request for "/somedir/". I can
definately understand that in those cases you don't want to count the request
twice.
What I'm trying to find a 'nice' way to work with, though, is that we've moved
a bunch of material from some old sites that we had to a new domain name, and
wanted to try to keep the reports for the "old" sites the way that they were.
My client doesn't really care whether the request was handled by the server or
redirected off to another machine, but instead just wants the "total requests"
regardless of what happened to them. For the moment, I'm post-processing the
output from Analog to conglomerate the results of the redirected and request
reports so that we've got totals for both of them, but was wondering if there
was an easier way to do this.
I'll take it from the responses that I've seen that for the moment the only
available options are to either:
1) Munge the logdata so that redirects turn into "200" requests.
2) Post-process the output to calculate the totals myself.
--
Graham TerMarsch
------------------------------------------------------------------------
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]/
------------------------------------------------------------------------