HTTPD control utility

  • Attached you will find a small sample application that is used to start and stop the HTTP server on a running system dynamically. This for example is very usefull if you want to update web resources during development (e.g. ISAPI extensions).

    Files

    Software developer, F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • The executable is attached to this post.


    BTW: There is another possiblity to start/stop/restart HTTPD by using "services" command:

    Code
    1. services list
    2. ...


    See <!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-us/library/ms937757">http://msdn.microsoft.com/en-us/library/ms937757</a><!-- m --> for more details.

    Files

    Software developer, F&amp;S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.