ProxyBlock
ProxyBlock *|word|host|domain [word|host|domain] ... Default: None Server config, virtual host
The ProxyBlock
directive specifies a list of
words, hosts and/or domains, separated by spaces. HTTP, HTTPS, and
FTP document requests to sites whose names contain matched words,
hosts, or domains that are blocked by the proxy server. The proxy
module will also attempt to determine IP addresses of list items that
may be hostnames during startup and cache them for match test as
well. For example:
ProxyBlock joes-garage.com some-host.co.uk rocky.wotsamattau.edu
rocky.wotsamattau.edu would also be matched if referenced by IP address.
Note that wotsamattau would also be sufficient to match wotsamattau.edu.
Note also that:
ProxyBlock *
blocks connections to all sites.