From 9bfb956e51add33872f42fc86ba6258e2cbfe143 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 17 May 2000 00:35:21 +0000 Subject: Radical overhaul of the Apache-2.0/Win32 mpm <-> service schema. 1) Services and Registry are not part of the core Apache operations, so registry.c and service.c are moved into Apache.exe - assuring the service control layers of NT and 95 are truly isolated. 2) Isolation can't be complete, we need to know when the mpm is fully initialized. A new pointer to a no-arg function returning void is provided for this purpose, ap_mpm_init_complete. It is only called if overridden with a non-NULL value prior to invoking apache_main. 3) Control+C, Control+Break are handled on both WinNT and Win9x. 4) The window close, logoff and shutdown events are handled on WinNT. 5) The beginnings of a Win95 service startup are provided, -k startservice but this is horribly incomplete since Win95 will NOT report shutdown. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85235 13f79535-47bb-0310-9956-ffa450edef68 --- httpd.dsp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'httpd.dsp') diff --git a/httpd.dsp b/httpd.dsp index 64bdba3e9b..1cd8efabed 100644 --- a/httpd.dsp +++ b/httpd.dsp @@ -227,18 +227,10 @@ SOURCE=.\os\win32\modules.c # End Source File # Begin Source File -SOURCE=.\os\win32\registry.c -# End Source File -# Begin Source File - SOURCE=.\main\rfc1413.c # End Source File # Begin Source File -SOURCE=.\os\win32\service.c -# End Source File -# Begin Source File - SOURCE=.\main\util.c # End Source File # Begin Source File @@ -363,18 +355,10 @@ SOURCE=.\os\win32\os.h # End Source File # Begin Source File -SOURCE=.\os\win32\registry.h -# End Source File -# Begin Source File - SOURCE=.\include\rfc1413.h # End Source File # Begin Source File -SOURCE=.\os\win32\service.h -# End Source File -# Begin Source File - SOURCE=.\include\util_cfgtree.h # End Source File # Begin Source File -- cgit v1.2.3