1. 23 May, 2002 6 commits
  2. 22 May, 2002 9 commits
  3. 21 May, 2002 6 commits
  4. 20 May, 2002 15 commits
  5. 18 May, 2002 4 commits
    • William A. Rowe Jr's avatar
      · 77133b88
      William A. Rowe Jr authored
        As the prior commit message indicated, pass the accept thread a listen
        rec as opposed to simply the listen socket.
      
        However, the prior commit (which I crossed up with this patch) really
        closed a segfault where we attempted to log messages to ap_server_conf,
        after the server conf was destroyed, and prior to setting the new
        value in the next go-around of post_config.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95173 13f79535-47bb-0310-9956-ffa450edef68
      77133b88
    • William A. Rowe Jr's avatar
      · 444c0fa0
      William A. Rowe Jr authored
        Begin passing about apr types instead of odd local conventions.
        It seems there may be other uses for tracking information within
        an ap_listen_rec, outside of the socket.  One of my hassles (that
        FirstBill found another way around) was tracking the current
        accept socket when the only common data was the listen socket.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95172 13f79535-47bb-0310-9956-ffa450edef68
      444c0fa0
    • William A. Rowe Jr's avatar
      · 44d1a879
      William A. Rowe Jr authored
        Resolve the EXEC_ON_READ bit for ServerRoot and other modules that test
        the directive context.  Should eliminate the segfault.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95171 13f79535-47bb-0310-9956-ffa450edef68
      44d1a879
    • William A. Rowe Jr's avatar
      · b0042289
      William A. Rowe Jr authored
        Although it appears reasonable to immediately gather the Error log and
        level from the config; these are per-vhost entities that can't be
        processed as we preload the config tree.  There is more work to do,
        as Cliff Woolley guesses, before we can make this change.
        In the meantime, -e and -E should provide the admin sufficient options
        to work around problematic configs.  So I'm reverting those changes,
        for now.
      
        ServerRoot is global only, and it MUST be read immediately, so that
        part of the last patch stays.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95170 13f79535-47bb-0310-9956-ffa450edef68
      b0042289