To allow the View service to access HTTP documents using a proxy server, you must configure the details for the proxy server in the IDOL Server configuration file.
Open the IDOL Server configuration file in a text editor.
Find the [Viewing]
section.
Set ProxyHost
to the IP address or host name of your proxy server. For example:
ProxyHost=proxy.example.com
Set ProxyPort
to the port that View must use to communicate with the proxy server. For example:
ProxyPort=8080
If the proxy server requires NTLM authentication, set NTLMProxy
to True
. For example:
NTLMProxy=True
If the proxy server requires a user name and password, set ProxyLogin
and ProxyPassword
. For example:
ProxyLogin=idolview ProxyPassword=9szJwMkD28A
If you set NTLMProxy
to True
, you must set ProxyLogin
to a fully qualified NTLM login. For example:
ProxyLogin=mydomain\\myusername
Set NoProxyHostsCSVs
to a comma-separated list of host names for which the View service does not use the Proxy server. You can use Wildcard values. For example:
NoProxyHostsCSVs=localhost,*.companyname.com
Save and close the configuration file. Restart IDOL Server for your changes to take effect.
|