1. 24 Dec, 1999 2 commits
  2. 23 Dec, 1999 1 commit
  3. 22 Dec, 1999 4 commits
  4. 21 Dec, 1999 9 commits
  5. 20 Dec, 1999 13 commits
  6. 19 Dec, 1999 6 commits
  7. 17 Dec, 1999 1 commit
  8. 16 Dec, 1999 3 commits
  9. 15 Dec, 1999 1 commit
    • 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