Skip to content
  1. Dec 24, 1999
  2. Dec 23, 1999
  3. Dec 22, 1999
  4. Dec 21, 1999
  5. Dec 20, 1999
  6. Dec 19, 1999
  7. Dec 17, 1999
  8. Dec 16, 1999
  9. Dec 15, 1999
    • Martin Kraemer's avatar
      Peter Watkins writes: · 32dd8013
      Martin Kraemer authored
      In September, there was discussion of mod_log_config and some need to
      break the client request "%r" into its separate components. A patch was
      committed to the 1.3 dev tree that exposed the method and protocol
      request members as "%m" and "%H". It was noted that "%m %U %H" was not
      the same as "%r" because %U does not include query string information.
      The attached patches add support for logging query string in such a way
      that "%m %U%q %H" is the same as "%r". I would like to see this committed
      to take care of the unfinished business begun with "%m" and "%H".
      Thanks,
       -Peter
      
      PR: 5174
      Submitted by:	Peter Watkins <peterw@usa.net>
      Reviewed by:	Martin Kraemer
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84301 13f79535-47bb-0310-9956-ffa450edef68
      32dd8013