Commit 6057ac8c authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 7a1d92ca
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment