Alejandro Fernandez wrote:

> I'm wondering about broken links on my sites. I've been using a little perl
> script (checklink.pl, from freshmeat) to check for 404 errors, but lately there
> have been problems with the workload on the server and it's no longer feasible
> to check links that way.
>
> I'm wondering if I can do it with the logfiles. Analog already does a good job
> of reporting 404 codes, but I would need a table that shows what pages are
> broken and who their referrers are.
>
> So I'd need to filter for 404 codes, and then put the referring url next to
> each page on the failure report.
>
> Is this possible with analog? Is there a quick hack alternative?

The Failed Referrer report tells you all the referrers that point to failed pages.
You could run this with

    REFINCLUDE http://*.mydomain.com/

to limit it to only internal referrers. You could then look at the failure report
to see which links failed. Analog can't do the correlation between the two because
the memory requirements are much to large. See FAQ item B18 for a discussion on why
cross-reference reports are not possible.

However, I think the above REFINCLUDE should do the job.

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