1. 06 Oct, 2001 8 commits
  2. 05 Oct, 2001 8 commits
  3. 04 Oct, 2001 22 commits
  4. 03 Oct, 2001 2 commits
    • Bill Stoddard's avatar
      Fix a mismatching issue, where index.html.foo.en had recognized .html and · a0dc4f68
      Bill Stoddard authored
      .en components, and exceptions index and foo.  This patch will ignore the
      'missing' exception html from the request, and go on to test the exception
      foo in the list.
      
      This does -not- imply that a request for index.foo will succeed, in the
      example above.  The pattern match tests index.foo[.*] so we wouldn't find
      index.html.foo.anything.  The pattern matching proposed at one time by
      Francis Daly would allow index.foo to succeed as well [although many to
      many matching is dangerous, see comments in this patch.]
      
      Port of patch from 2.0 by Bill Rowe
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91266 13f79535-47bb-0310-9956-ffa450edef68
      a0dc4f68
    • William A. Rowe Jr's avatar
      · 80551c69
      William A. Rowe Jr authored
        Accept service names modified by the user in the Win/2000 Service Control
        Panel applet.  Allow the admin to specify -W dependency, where the given
        service will become a dependency for Apache when configured with the
        -k install and config options.  Finally, document -w and -W.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91265 13f79535-47bb-0310-9956-ffa450edef68
      80551c69