Lines Matching full:format
33 requests. Logs are written in a customizable format, and may be
42 to set a custom format, and <directive module="mod_log_config"
43 >CustomLog</directive> to define a log file and format in one
52 <p>The format argument to the <directive module="mod_log_config"
62 placing "<code>%</code>" directives in the format string, which are
67 <tr><th>Format String</th>
88 <td>Size of response in bytes, excluding HTTP headers. In CLF format, <em>i.e.</em>
160 <tr><td><code>%{<var>format</var>}p</code></td>
169 <tr><td><code>%{<var>format</var>}P</code></td>
192 <td>Time the request was received, in the format <code>[18/Sep/2011:19:18:28 -0400]</code>.
195 <tr><td><code>%{<var>format</var>}t</code></td>
196 <td>The time, in the form given by format, which should be in
197 an extended <code>strftime(3)</code> format (potentially localized).
198 If the format starts with <code>begin:</code> (default) the time is taken
202 supported by <code>strftime(3)</code>, the following format tokens are
212 formatting in the same format string. You can use multiple
213 <code>%{<var>format</var>}t</code> tokens instead.
286 <tr><th>Format String</th>
316 <section id="format-notes"><title>Format Notes</title>
331 <code>%B</code> format strings do not represent the number of
335 format provided by <module>mod_logio</module> will log the
341 <code>%R</code> format string will not return any handler
348 added three-character format to avoid potential conflicts with log
349 formats that use literals adjacent to a format specifier, such as
357 <p>Some commonly used log format strings are:</p>
360 <dt>Common Log Format (CLF)</dt>
363 <dt>Common Log Format with Virtual Host</dt>
366 <dt>NCSA extended/combined log format</dt>
370 <dt>Referer log format</dt>
373 <dt>Agent (Browser) log format</dt>
377 <p>You can use the <code>%{format}t</code> directive multiple
378 times to build up a time format using the extended format tokens
420 <description>Sets filename and format of log file</description>
422 <var>format</var>|<var>nickname</var>
430 log requests to the server. A log format is specified, and the
479 directive, or it can be an explicit <var>format</var> string as
486 # CustomLog with format nickname
490 # CustomLog with explicit format string
529 <description>Describes a format for use in a log file</description>
530 <syntax>LogFormat <var>format</var>|<var>nickname</var>
537 <p>This directive specifies the format of the access log
542 this directive sets the log format which will be used by logs
545 <var>format</var> as discussed in the <a href="#formats">custom log
547 <var>nickname</var> to refer to a log format defined in a
552 directive associates an explicit <var>format</var> with a
556 rather than repeating the entire format string. A
559 defines the nickname, it doesn't actually apply the format and make
585 directive, with the exception that it does not allow the log format
587 Instead, the log format is determined by the most recently specified
589 which does not define a nickname. Common Log Format is used if no
590 other format has been specified.</p>