You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by wr...@apache.org on 2000/06/15 20:30:41 UTC

Re: os-windows/5657: Apache will not run as a "windows" app. Two small modifications make it possible

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]


Synopsis: Apache will not run as a "windows" app. Two small modifications make it possible

State-Changed-From-To: open-closed
State-Changed-By: wrowe
State-Changed-When: Thu Jun 15 11:30:25 PDT 2000
State-Changed-Why:

The key goal of Apache is 1:1 correspondence of the product
across platforms.  That means that many otherwise 'neat'
Win32 behaviors are discounted, out of hand.  However, the
forthcoming release 1.3.13 will support running Apache as
a hidden 'service' under Windows 95 and 98.

In making the service changes, your thought on testing for
WinNT prior to determining if Apache is a 'service is
a process' has been incorporated. 

Your request to export ap_start_shutdown and 
ap_start_restart has also been incorporated into 1.3.13.
This has the added benefit that dynamic reconfiguration 
modules that are dynamically loaded in apache can now
restart the server, a good thing IMHO.

Please note there are *substantial* changes to the Win32
services for NT and Win9x that may significantly affect
your wrapper application.  Good luck!

Synopsis-Changed-From: Apache will not run as a "windows" app. Two small modifications make it possible
Synopsis-Changed-To: Patch to add control tests to Apache Win/9x
Synopsis-Changed-By: wrowe
Synopsis-Changed-When: Thu Jun 15 11:30:25 PDT 2000