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
Loading
Please sign in to comment