1. 14 Mar, 2002 4 commits
    • William A. Rowe Jr's avatar
      · 219354af
      William A. Rowe Jr authored
        Now that we test ownership of the listeners in listen.c, -k "start"
        can no longer hang on to the listeners after it checks that they are
        free.  Also, we cannot be checking listeners if we are using -k "config"
        to alter the service config, since the service might be running as we
        try this, and we cannot check the listeners in -k "restart", since we
        are pretty certain they are owned by the running service we are about
        to try restarting..
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93926 13f79535-47bb-0310-9956-ffa450edef68
      219354af
    • William A. Rowe Jr's avatar
      · 04c7ee84
      William A. Rowe Jr authored
        The be-certain-we-own-the-socket patch to listen.c fails if we hang
        on to the originals after duplicating sockets.  If you dup, you aught
        to be closing the source.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93925 13f79535-47bb-0310-9956-ffa450edef68
      04c7ee84
    • William A. Rowe Jr's avatar
      · 23ba840b
      William A. Rowe Jr authored
        Our ap_listeners were binding to IIS sockets, other Apache instances'
        listeners, the bottoms of peoples' shoes, etc.
      
        Wait to set SO_REUSEADDR on Win32 until the parent is certain the
        port is all ours.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93924 13f79535-47bb-0310-9956-ffa450edef68
      23ba840b
    • Jeff Trawick's avatar
      Fix apxs -g handling. · ae80c643
      Jeff Trawick authored
      Move config_vars.mk from the top build directory to the build directory.
      Get build/rules.mk cleaned up for distclean/extraclean.
      
      PR:     10163
              (This is the 2nd of two commits for that PR.  The first was to
              apxs.in -- rev 1.35.)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93923 13f79535-47bb-0310-9956-ffa450edef68
      ae80c643
  2. 13 Mar, 2002 34 commits
  3. 12 Mar, 2002 2 commits