1. 09 May, 1998 2 commits
    • Jim Jagielski's avatar
      · a44a72f5
      Jim Jagielski authored
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      Fix the order of how the server_version string is built... All extra
      components are tacked to the _end_ of the string. The front of the
      server_version string is always SERVER_BASEVERSION. So if we have
      
          "Apache/1.3b7-dev (FreeBSD)"
      
      and the code gets ap_add_version_component("PHP/3.0") we'd get:
      
          "Apache/1.3b7-dev (FreeBSD) PHP/3.0"
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81207 13f79535-47bb-0310-9956-ffa450edef68
      a44a72f5
    • brian's avatar
      PR: · 1dfff7ca
      brian authored
      garbage in, garbage out :)  removed the whole server string thing, added
      two items from the list so we don't forget.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81206 13f79535-47bb-0310-9956-ffa450edef68
      1dfff7ca
  2. 08 May, 1998 20 commits
  3. 07 May, 1998 13 commits
  4. 06 May, 1998 5 commits