1. 15 Dec, 1999 4 commits
    • Martin Kraemer's avatar
      Peter Watkins writes: · 0fe0beaf
      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/branches/1.3.x@84302 13f79535-47bb-0310-9956-ffa450edef68
      0fe0beaf
    • Martin Kraemer's avatar
      Gil writes: · fd4bb6ac
      Martin Kraemer authored
      A couple macros that Ms. Brabson :-) had relied on are not
      defined at OS/390 v1r2.  This provides alternatives.  I'm
      skeptical of the value of "#define NSIG SIGDUMP+1" -- it's
      scarcely a useful parameterization since future extensions
      to the OS are less likely to change the value of SIGDUMP than
      to add new SIG* codes with values higher than SIGDUMP.  It
      might be better simply to unconditionally
      "#define NSIG 40  /* Present highest signal (SIGDUMP) +1*/"
      
      With these tweaks, httpd 1.3.10 compiles on OS/390 v1r2
      and runs if invoked with "http -X".  Curiously, on OS/390 v2r7,
      the same executable, compiled under v1r2 runs properly
      without the "-X".
      
      Submitted by:	Paul Gilmartin <pg@sweng.stortek.com>
      Reviewed by:	Martin Kraemer
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@84300 13f79535-47bb-0310-9956-ffa450edef68
      fd4bb6ac
    • Martin Kraemer's avatar
      Make sure that $(LIBS) appears *after* the input file name, to allow · c48ea218
      Martin Kraemer authored
      resolving of external symbols on all kinds of C compilers. Actually,
      even IBM's should be able to live with that (see the linking of the
      utilities in support/Makefile!).
      Reviewed by:	Jim Jagielski
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@84299 13f79535-47bb-0310-9956-ffa450edef68
      c48ea218
    • Martin Kraemer's avatar
      Avoid spawning an extra subshell for every header file. · a2261062
      Martin Kraemer authored
      Protect the environment elsewhere by putting the whole
      header loop in a subshell. Noticed by Ralf Engelschall
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@84298 13f79535-47bb-0310-9956-ffa450edef68
      a2261062
  2. 13 Dec, 1999 5 commits
  3. 11 Dec, 1999 1 commit
  4. 10 Dec, 1999 5 commits
  5. 09 Dec, 1999 14 commits
  6. 08 Dec, 1999 4 commits
  7. 07 Dec, 1999 4 commits
  8. 06 Dec, 1999 3 commits