summaryrefslogtreecommitdiff
path: root/www/squid/patches/patch-ak
blob: 119d0a8f4f4fcf0177bf1dd6cd11e7f1dda83548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$NetBSD: patch-ak,v 1.5 2001/04/14 10:05:01 tron Exp $

--- src/cf.data.pre.orig	Sat Apr 14 11:54:41 2001
+++ src/cf.data.pre	Sat Apr 14 11:56:42 2001
@@ -858,6 +858,23 @@
 DOC_END
 
 
+NAME: log_mime_hdrs_list
+TYPE: wordlist
+LOC: Config.log_mime_hdrs_list
+DEFAULT: none
+DOC_START
+	The Cache can record both the request and the response MIME
+	headers for each HTTP transaction.  The headers are encoded
+	safely and will appear as two bracketed fields at the end of
+	the access log (for either the native or httpd-emulated log
+	formats). This list specifies which headers should be passed.
+	Note header logging need to be enabled by 'log_mime_hdrs on'
+	first.
+
+log_mime_hdrs_list all
+DOC_END
+
+
 NAME: useragent_log
 TYPE: string
 LOC: Config.Log.useragent