![Netscape ENTERPRISE SERVER 6.1 Manual Download Page 249](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653249.webp)
Init SAFs
Chapter
7
Syntax and Use of magnus.conf
249
You can now log cookies by logging the
Req->headers.cookie.
name component.
In the following table, the components that are enclosed in escaped double quotes
(\") are the ones that could potentially resolve to values that have white spaces.
NOTE
Custom headers and other values specified through the Flex-Init
directive should be in lower case. For example, to log the value of
the custom header “Foobar” use:
Req->headers.foobar
and not
Req->headers.Foobar
Table 7-1
Typical components of flex-init formatting
Flex-log option
Component
Client Host name (unless
iponly
is
specified in flex-log or DNS name is
not available) or IP address
%Ses->client.ip%
Client DNS name
%Ses->client.dns%
System date
%SYSDATE%
Full HTTP request line
\"%Req->reqpb.clf-request%\"
Status
%Req->srvhdrs.clf-status%
Response content length
%Req->srvhdrs.content-length%
Response content type
%Req->srvhdrs.content-type%
Referer header
\"%Req->headers.referer%\"
User-agent header
\"%Req->headers.user-agent%\"
HTTP Method
%Req->reqpb.method%
HTTP URI
%Req->reqpb.uri%
HTTP query string
%Req->reqpb.query%
HTTP protocol version
%Req->reqpb.protocol%
Accept header
%Req->headers.accept%
Date header
%Req->headers.date%
If-Modified-Since header
%Req->headers.if-modified-since%
Authorization header
%Req->headers.authorization%
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...