You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2002/03/14 22:28:49 UTC

Re: cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c mpm_winnt.h service.c

At 12:07 PM 3/14/2002, you wrote:
>Bill, does this resolve the Win32 showstoppers? Specifically...
>
>   * Address popular PRs
>         * Win32 doesn't install as service correctly [9863, 9914, 9961]
>         * Don't be stupid and cd to a blank directory when doing installs
>           [PR 9993]
>
>I'll not be too keen on Win32 holding up a beta.

No, this doesn't fix those showstoppers.  They actually don't belong
in httpd-2.0/STATUS in the first place.  They are part of the installer,
not core, and belong in httpd-win32-msi/STATUS.

And they can be fixed even after a 2.0.x is made beta-ready, since
the tag on httpd-win32-msi is independent of httpd-2.0/apr/apr-util.

Bill


Re: cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c mpm_winnt.h service.c

Posted by Bill Stoddard <bi...@wstoddard.com>.
c mpm_winnt.h service.c


> At 12:07 PM 3/14/2002, you wrote:
> >Bill, does this resolve the Win32 showstoppers? Specifically...
> >
> >   * Address popular PRs
> >         * Win32 doesn't install as service correctly [9863, 9914, 9961]
> >         * Don't be stupid and cd to a blank directory when doing installs
> >           [PR 9993]
> >
> >I'll not be too keen on Win32 holding up a beta.
> 
> No, this doesn't fix those showstoppers.  They actually don't belong
> in httpd-2.0/STATUS in the first place.  They are part of the installer,
> not core, and belong in httpd-win32-msi/STATUS.
> 
> And they can be fixed even after a 2.0.x is made beta-ready, since
> the tag on httpd-win32-msi is independent of httpd-2.0/apr/apr-util.

That's what I thought. Cool!

Bill