Dave Kennard - 2011-02-11

I have an extraSection that shows 500 errors on my website. Currently it shows
the URLWITHQUERY, but I would like to show the REFERER as well. Is this
possible?

My extra section looks like this:

ExtraSectionName1="Internal Server Errors (500)"
ExtraSectionCodeFilter1="500"
ExtraSectionFirstColumnTitle1="URL"
ExtraSectionFirstColumnValues1="URLWITHQUERY,(.*)"
ExtraSectionFirstColumnFormat1="<A HREF='%s' TARGET='_blank'>%s</A>"
ExtraSectionStatTypes1=HBL
ExtraSectionAddSumRow1=1
MaxNbOfExtra1=10
MinHitExtra1=1

Thanks

Dave