You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2001/08/10 20:51:04 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_log_config.html

slive       01/08/10 11:51:04

  Modified:    docs/manual/mod mod_log_config.html
  Log:
  Clarify what %U will log.
  
  Revision  Changes    Path
  1.49      +1 -1      httpd-2.0/docs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.html,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -d -b -u -r1.48 -r1.49
  --- mod_log_config.html	2001/08/10 15:58:16	1.48
  +++ mod_log_config.html	2001/08/10 18:51:04	1.49
  @@ -112,7 +112,7 @@
                   be in strftime(3) format. (potentially localized)
   %...T:          The time taken to serve the request, in seconds.
   %...u:          Remote user (from auth; may be bogus if return status (%s) is 401)
  -%...U:          The URL path requested.
  +%...U:          The URL path requested, not including any query string.
   %...v:          The canonical ServerName of the server serving the request.
   %...V:          The server name according to the UseCanonicalName setting.
   </PRE>