Andrew Hayworth
0ebc55f6b4
MEDIUM: logs: Add HTTP request-line log format directives
...
This commit adds 4 new log format variables that parse the
HTTP Request-Line for more specific logging than "%r" provides.
For example, we can parse the following HTTP Request-Line with
these new variables:
"GET /foo?bar=baz HTTP/1.1"
- %HM: HTTP Method ("GET")
- %HV: HTTP Version ("HTTP/1.1")
- %HU: HTTP Request-URI ("/foo?bar=baz")
- %HP: HTTP Request-URI without query string ("/foo")
2015-04-28 21:03:05 +02:00
..
2015-04-06 11:23:56 +02:00
2015-04-23 17:56:16 +02:00
2015-01-22 14:24:53 +01:00
2014-03-17 18:06:06 +01:00
2015-01-20 19:48:14 +01:00
2014-06-13 16:32:48 +02:00
2015-03-11 20:41:47 +01:00
2015-02-28 23:12:31 +01:00
2015-03-29 03:32:06 +02:00
2014-11-21 07:51:57 +01:00
2014-06-17 17:15:56 +02:00
2014-05-20 14:57:36 +02:00
2010-08-10 14:01:09 +02:00
2015-01-15 21:34:39 +01:00
2006-12-04 02:20:02 +01:00
2015-04-07 15:56:21 +02:00
2009-10-26 21:10:04 +01:00
2012-02-21 22:27:27 +01:00
2009-10-26 21:10:04 +01:00
2009-10-26 21:10:04 +01:00
2009-10-03 18:41:18 +02:00
2015-03-13 16:45:37 +01:00
2015-04-28 21:03:05 +02:00
2015-02-03 00:24:16 +01:00
2015-03-13 14:10:30 +01:00
2015-04-23 17:56:16 +02:00
2014-04-28 14:19:17 +02:00
2015-04-27 18:42:17 +02:00
2009-01-25 13:49:53 +01:00
2009-06-10 12:23:32 +02:00
2015-04-11 10:34:54 +02:00
2015-04-06 11:23:56 +02:00
2014-07-08 01:13:34 +02:00
2015-04-06 11:23:56 +02:00
2015-04-06 11:23:56 +02:00
2015-04-06 11:37:25 +02:00
2015-02-28 23:12:31 +01:00
2015-04-06 11:37:32 +02:00
2010-08-27 18:00:40 +02:00
2015-02-28 23:10:22 +01:00
2015-04-06 11:23:56 +02:00
2015-04-23 17:56:17 +02:00
2015-04-20 13:46:20 +02:00
2013-12-09 16:06:22 +01:00
2006-06-29 18:54:54 +02:00