You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/07/14 15:44:52 UTC

DO NOT REPLY [Bug 21570] New: - -k stop does not work on winnt if apache is not a service

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21570>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21570

-k stop does not work on winnt if apache is not a service

           Summary: -k stop does not work on winnt if apache is not a
                    service
           Product: Apache httpd-2.0
           Version: 2.0.46
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mpm_winnt
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: rde@webtrak.co.uk


apache -k stop

does not work if apache 2 has not been installed as a service.  The shutdown/stop
command is processed inside:

 if (service_set == APR_SUCCESS) 

If apache has not been installed as a service, service_set will not be
APR_SUCCESS.  Insread you get an error message.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org