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:50:05 UTC

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

slive       01/08/10 11:50:04

  Modified:    htdocs/manual/mod mod_log_config.html
  Log:
  Clarify what %U will log.
  
  Revision  Changes    Path
  1.49      +1 -1      httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/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:51:13	1.48
  +++ mod_log_config.html	2001/08/10 18:50:04	1.49
  @@ -114,7 +114,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>