Adrian Chadd wrote:
Is there something nice in the logfile format for exposing the custom error
page in access.log. I'd like to expose the custom errors chosen through
the use of external_acl's so reporting scripts can extract info out of them
later.
Any ideas?
src/access_log.cc:438 "logformat_token_table" has some possibilities.
I would think something to do with the REPLY_LINE or REPLY_HEADER might
fit seeing as the custom error is an internal reply. None appear to fit
closely so it looks like its going to be up to you.
Amos