5
4.4 Progress bar
# Display of a site in the browser which shows a progress bar in case of huge
downloads.
# Additionally you have to define an interval in seconds (e.g. 3 seconds) which sends
a refresh command to the browser.
# The activation and configuration of the progress bar is proceeded by the following
parameter:
RefreshInterval 3
4.5 X-Header
# This command adds an X-header of the client to the request in order to inform a
downstream proxy server about the requesting client.
AddXForwardedForHeader 1
4.6 Clients authorized to access
# This command defines the clients authorized to access.
# Unauthorized clients which want to access to WebGate are blocked.
AllowClientAddresses 127.0.0.1 192.168.0.0/16