You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Mladen Turk <ml...@mail.inet.hr> on 2001/08/18 08:19:55 UTC

[PATCH] Win9xConHook for Apache 2

Hi all,

Here is just an attempt to make a console hook from Apache 1.3 to work under
2.0.

There are some serious problems but I think it could be used as a starting
point.

STATUS:

1. Shutdown works, and there are no more warning messages on windows
shutdown.
2. Logoff sucks, I'm still receiving the message to quit the APACHE,
although I receive the  "invoked CTRL_LOGOFF_EVENT", if started as service.
3. I've changed the  Windows9xServiceCtrlHandler from 1.3 to return the
thread id.
4. Used a brute force to make things work :)


I'll be off list next week, so if someone wants to play...:-)

MT.