From dd52df5d39d880d2e72d203ac950f03760115733 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 12 Oct 2023 10:42:33 +0000 Subject: And a few more Signed-off-by: Laurent Bercot --- doc/tipidee.conf.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/tipidee.conf.html') diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html index 1267e80..99b9e8c 100644 --- a/doc/tipidee.conf.html +++ b/doc/tipidee.conf.html @@ -375,7 +375,7 @@ TCPREMOTEIP otherwise. Make sure to invoke tipideed in order to get meaningful values for this field. This keyword has no effect when given without the start keyword.
host_as_prefix
Prepend all request, resource and answer -lines with a host host field. This field will not be repeated in the request +lines with a host host field. This field will not be repeated in the request line, so it changes the order of the fields. host is the virtual host the request is addressed to. host_as_prefix is useful when you want to log entries for different virtual hosts to different locations. For instance, if you're using @@ -391,11 +391,11 @@ receives a request from its client. The line looks like request methodversion. The path is decoded, but if there are non-printable characters in it, they are encoded as hexadecimal values \0xab. If the request line includes a query, a query query field is added before the http field.
-
referrer
Add a referrer "referrer" field to the request line, for +
referrer
Add a referrer "referrer" field to the request line, for requests that include a Referrer: header. referrer is quoted like path, to avoid malicious clients messing with log lines. This keyword has no effect when given without the request keyword.
-
user-agent
Add a user-agent "user-agent" field to the request line, for +
user-agent
Add a user-agent "user-agent" field to the request line, for requests that include a User-Agent: header. user-agent is quoted like path, to avoid malicious clients messing with log lines. This keyword has no effect when given without the request keyword.
-- cgit v1.2.3