> +<DT>%t#u
> +<DD>Date of request, sub-second component with # decimals. 0# will
> be zero padded. # defaults to 03 for 3 decimals zero padded.
I prefer the generic field width method..
%#tu
Ths should also be considerably easier to parse..
> +<DT>%rm
> +<DD>Request method
> +<DT>%ru
> +<DD>Request URI, without the query string
> +<DT>%rq
> +<DD>Request URI, only the query string
> +<DT>%rp
> +<DD>Request protocol (i.e. HTTP/1.1)
> <DT>%R
> -<DD>Request line, including query string
> +<DD>Request line, complete
Missing a "Request URI, including query string". My suggestion is %rU.
Should also clarify if %ru includes ? or not. But I guess it does in
which case %rU can be seen as redundant.
Regards
Henrik
Received on Wed Mar 20 2002 - 15:24:55 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:52 MST