Re: httpcfg delete iplisten -i 0.0.0.0 ?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Paul (none_at_noemail.invalid)
Date: 09/08/04


Date: Wed, 08 Sep 2004 04:40:25 -0600

David Wang [Msft] wrote:

> The article is just poorly worded
>
> Deleting 0.0.0.0 does NOT cause all IPListen addressed to be cleared.
> 0.0.0.0 represents the concept of "any IP", so deleting it causes HTTP.SYS
> to not listen on "any IP" by default. If there are other IPListen addresses
> configured, HTTP.SYS will continue to listen on those interfaces.
>

Ok, thanks, then will clearing (or deleting)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters

value:

ListenOnlyList

do what I want? I want to clear all the IP listeners in the easiest way
possible. I'd prefer not to parse the console output of httpcfg query
iplisten command looking for ip addresses.

Is this registry setting the only place used by the httpcfg set and
delete or is there another store hidden away someplace?



Relevant Pages

  • Re: restrict implicit binding to interfaces
    ... Most apps open sockets on 0.0.0.0 ... Some let you specify listening ... that apps open listeners on the "not restricted" interfaces by ...
    (comp.os.linux.networking)
  • Re: restrict implicit binding to interfaces
    ...  Some let you specify listening addresses. ... others as "not restricted" so that apps open listeners on the "not ... restricted" interfaces by default, but can open listeners on the ...
    (comp.os.linux.networking)
  • Re: restrict implicit binding to interfaces
    ... Most apps open sockets on 0.0.0.0 ... Some let you specify listening ... that apps open listeners on the "not restricted" interfaces by ...
    (comp.os.linux.networking)
  • Re: MVC pattern
    ... > Listeners are interfaces to the Controller. ... You're right that listeners are interfaces. ... In MVC input and output are handled separately by two parts, ...
    (comp.lang.java.programmer)