Not a developer? Go to MovableType.com

Documentation

PingNoProxy

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

Deprecated:

This configuration directive was replaced by HTTPNoProxy in Movable Type 3.3 and later. Please use HTTPNoProxy.

If PingProxy above is set, Movable Type will route Trackback and update pings through the specified proxy EXCEPT for pings destined for the domains listed in PingNoProxy.

Default value: localhost, 127.0.0.1

Example:

    PingNoProxy internal.lan, example.tld
Back