[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] com doc/en: Add FPM access.format placeholders: install/fpm/configuration.xml
From:       Christoph Michael Becker <cmb () php ! net>
Date:       2021-03-23 12:01:52
Message-ID: php-mail-2907d385ef1f28a2d026809dfeffae17258527561 () git ! php ! net
[Download RAW message or body]

Commit:    5f6b54fb576b7d4bc76bdd4f378595aa93f0920f
Author:    Cees-Jan Kiewiet <ceesjank@gmail.com>         Mon, 1 Jun 2020 16:04:31 +0200
Committer: Christoph M. Becker <cmbecker69@gmx.de>      Tue, 23 Mar 2021 13:01:52 +0100
Parents:   51ac3ba13057651dff37432c7242e7157433c914
Branches:  master

Link:       http://git.php.net/?p=doc/en.git;a=commitdiff;h=5f6b54fb576b7d4bc76bdd4f378595aa93f0920f

Log:
Add FPM access.format placeholders

Closes GH-115.

Changed paths:
  M  install/fpm/configuration.xml


Diff:
diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml
index cb76e83284..4af3afce93 100644
--- a/install/fpm/configuration.xml
+++ b/install/fpm/configuration.xml
@@ -722,7 +722,128 @@
       <listitem>
        <para>
         The access log format.
-        Default value: "%R - %u %t \"%m %r\" %s"
+        Default value: <literal>"%R - %u %t \"%m %r\" %s"</literal>:
+        <table xml:id="fpm.configuration.access.format">
+         <title>Valid options</title>
+         <tgroup cols="2">
+          <thead>
+           <row>
+            <entry>Placeholder</entry>
+            <entry>Description</entry>
+           </row>
+          </thead>
+          <tbody>
+           <row>
+            <entry>
+             <constant>%C</constant>
+            </entry>
+            <entry>%CPU</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%d</constant>
+            </entry>
+            <entry>duration  µs</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%e</constant>
+            </entry>
+            <entry>fastcgi env</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%f</constant>
+            </entry>
+            <entry>script</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%l</constant>
+            </entry>
+            <entry>content length</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%m</constant>
+            </entry>
+            <entry>method</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%M</constant>
+            </entry>
+            <entry>memory</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%n</constant>
+            </entry>
+            <entry>pool name</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%o</constant>
+            </entry>
+            <entry>header output</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%p</constant>
+            </entry>
+            <entry>PID</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%q</constant>
+            </entry>
+            <entry>query string</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%Q</constant>
+            </entry>
+            <entry>the glue between %q and %r</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%r</constant>
+            </entry>
+            <entry>request URI</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%R</constant>
+            </entry>
+            <entry>remote IP address</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%s</constant>
+            </entry>
+            <entry>status</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%T</constant>
+            </entry>
+            <entry>time</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%t</constant>
+            </entry>
+            <entry>time</entry>
+           </row>
+           <row>
+            <entry>
+             <constant>%u</constant>
+            </entry>
+            <entry>remote user</entry>
+           </row>
+          </tbody>
+         </tgroup>
+        </table>
        </para>
       </listitem>
      </varlistentry>


--
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic