/*
- * $Id: access_log.cc,v 1.37 1998/07/20 20:20:51 wessels Exp $
+ * $Id: access_log.cc,v 1.38 1998/07/20 20:26:22 wessels Exp $
*
* DEBUG: section 46 Access Log
* AUTHOR: Duane Wessels
{
via_table = hash_create((HASHCMP *) strcmp, 977, hash4);
forw_table = hash_create((HASHCMP *) strcmp, 977, hash4);
- cachemgrRegister("via_headers", "Via Request Headers", fvdbDumpVia, 0);
+ cachemgrRegister("via_headers", "Via Request Headers", fvdbDumpVia, 0, 1);
cachemgrRegister("forw_headers", "X-Forwarded-For Request Headers",
fvdbDumpForw, 0, 1);
}