Commit d3df37f2 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Pål Hermunn Johansen

Document %r behaviour

Fixes #2017.
parent 245ec6c2
...@@ -118,7 +118,7 @@ Supported formatters are: ...@@ -118,7 +118,7 @@ Supported formatters are:
%r %r
The first line of the request. Synthesized from other fields, so it The first line of the request. Synthesized from other fields, so it
may not be the request verbatim. may not be the request verbatim. See the NOTES section.
%s %s
Status sent to the client. In backend mode, status received from Status sent to the client. In backend mode, status received from
...@@ -187,6 +187,12 @@ SIGHUP ...@@ -187,6 +187,12 @@ SIGHUP
SIGUSR1 SIGUSR1
Flush any outstanding transactions Flush any outstanding transactions
NOTES
=====
The %r formatter is equivalent to "%m http://%{Host}i%U%q %H". This
differs from apache's %r behavior. For the latter use "%m %U%q %H".
EXAMPLE EXAMPLE
======= =======
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment