1. 15 Jun, 2000 1 commit
  2. 13 Jun, 2000 1 commit
  3. 12 Jun, 2000 5 commits
    • William A. Rowe Jr's avatar
      · 03864dde
      William A. Rowe Jr authored
        Reflect the Win32 service and console patch updates.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85555 13f79535-47bb-0310-9956-ffa450edef68
      03864dde
    • William A. Rowe Jr's avatar
      · 0f330e19
      William A. Rowe Jr authored
        This change should address all remaining service control issues.
      
        1) The code path is cleaned up, and much more Win32 code is moved
           into #ifdef WIN32 blocks.  This should only affect OS2/Netware,
           or other rare multithreaded beasts.
      
        2) A significant amount of Win32 service and console code is moved
           to os/win32/services.c from http_main.c
      
        3) The create_process() no longer passes -n or -k arguments, leaving
           the child processes free to do their real work.
      
        4) Move Win9x service control (-k args) to follow the WinNT path.
           All except to actually -k start or -k restart (from stopped state.)
           Win9x can -k shutdown even when the pid file is whacked by starting
           console Apache.
      
        5) Emulate service engine under Win9x by traversing the list of hidden
           ApacheService windows for the specified service.  Prevents starting
           two copies of a Win9x service, and allows positive confirmation of
           Win9x service shutdown.
      
        6) Best of all, -k restart -really- restarts the server gracefully,
           even in the case of windows NT services.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85554 13f79535-47bb-0310-9956-ffa450edef68
      0f330e19
    • William A. Rowe Jr's avatar
      · a9732a3a
      William A. Rowe Jr authored
        Ok, perhaps not fatal, but not clear either.  This cleans out
        a bit of Win32 drivel from the common code path.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85530 13f79535-47bb-0310-9956-ffa450edef68
      a9732a3a
    • William A. Rowe Jr's avatar
      · 87ad8b7c
      William A. Rowe Jr authored
        The straight-line solution to the Win32 for W2K bug reported by
        Andrew Braund... assure that all NT consoles respect Ctrl+C.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85527 13f79535-47bb-0310-9956-ffa450edef68
      87ad8b7c
    • William A. Rowe Jr's avatar
      · 6057ac8c
      William A. Rowe Jr authored
        This patch accomplishes three things:
      
        1) Removes a bunch of Win32 junk from http_main.c into service.c, so that
           http_main.c nearly goes back to the state it was in last week.
      
        2) Hooks in termination logic that is often not called when apache is
           exit()ed with atexit() calls.  This, incidently, prepares us to pause
           while exiting Apache from a Win32 console window.
      
        3) Explicitly names the hidden Win32 notification message monitor by the
           name of the service.  This will allow taskbar applets to walk the list
           of windows to determine which Apache services are running under Win9x.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85524 13f79535-47bb-0310-9956-ffa450edef68
      6057ac8c
  4. 11 Jun, 2000 2 commits
    • William A. Rowe Jr's avatar
      · 7a1d92ca
      William A. Rowe Jr authored
        Still wordy, but no longer technically improper.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85521 13f79535-47bb-0310-9956-ffa450edef68
      7a1d92ca
    • William A. Rowe Jr's avatar
      · ebb4e2d3
      William A. Rowe Jr authored
        More and more good stuff falling off the list.
        Here's the explanation of CGI behavior, might be too technical so someone
        else is welcome to make it more readable for the novice.  I'm not certain
        that a novice would find this to be a problem, however.
      
        I also don't consider the 'keep Win32 console window open' an absolute
        showstopper, so I'm dropping it's priority just a bit.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85520 13f79535-47bb-0310-9956-ffa450edef68
      ebb4e2d3
  5. 10 Jun, 2000 4 commits
    • William A. Rowe Jr's avatar
      · c2b166d8
      William A. Rowe Jr authored
        A little more cleanup of win_service and windows .html docs.
      
        Covered the Log On As... option just a little better, with some hints.
      
        Dire warnings about Win95/98 at the end of the services section.
      
        Roll back Win95/98 services directives, and just point out differences.
      
        Get rid of the silly word 'signalling' - which means squat to your
        typical Win32 user!
      
        Anything else anyone can think of to cover?
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85508 13f79535-47bb-0310-9956-ffa450edef68
      c2b166d8
    • William A. Rowe Jr's avatar
      · 1e4484f4
      William A. Rowe Jr authored
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
        Revisions to reflect the cvstodsp5.pl file that should keep VC5 users
        out of trouble, and mention that VC5 won't recognize the /ZI flag
        without conversion.
      
        Plus just some general formatting (ok, I'm a notepad.exe .html author,
        I admit it, and it's gotta be legible outside of a browser :-)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85497 13f79535-47bb-0310-9956-ffa450edef68
      1e4484f4
    • William A. Rowe Jr's avatar
      · 48734c1f
      William A. Rowe Jr authored
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
        Just cleaning up some text file formatting, clarifing the Ctrl+C version
        levels, and pointing users at the httpd.conf file for it's directives
        -AND- documentation value :-)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85496 13f79535-47bb-0310-9956-ffa450edef68
      48734c1f
    • William A. Rowe Jr's avatar
      · d8180a3e
      William A. Rowe Jr authored
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      http_main.c
          Cleanup NetWare specific thread storage data mechanism.
          Wrap Windows specifc code in apache_main() with #ifdef WIN32
          directives.
      
      apachecore.imp
          Export new init_tsd function.
      
      Submitted by Mike Gardiner
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85490 13f79535-47bb-0310-9956-ffa450edef68
      d8180a3e
  6. 09 Jun, 2000 3 commits
  7. 08 Jun, 2000 4 commits
  8. 06 Jun, 2000 3 commits
  9. 05 Jun, 2000 6 commits
  10. 04 Jun, 2000 5 commits
  11. 03 Jun, 2000 3 commits
  12. 02 Jun, 2000 3 commits