Apache-ProxyConf

 view release on metacpan or  search on metacpan

ProxyConf.pm  view on Meta::CPAN

to 172.16.0.20 for their proxy requests.

=item Multiple proxies with load distribution

 [proxy]
 172.16.0.0/20=(172.16.0.10:3128,172.16.0.20:3128)

When proxy servers are placed between brackets, the load is distribution
amongst the proxies. Some clients will have the first proxy as primary and some
clients will have the second proxy as primary. The other proxy is used as a
backup. The order in which the proxies are tried depends on the IP address of
the client. The script is deterministic, so for a given IP address the
priority list is always the same. 

=back

To determine the proxy list for a given IP address multiple rules may be
applied. Subnets are tried from the highest to the lowest mask. The module
puts all proxies that are found in a list.

=head2 The noproxy section

README  view on Meta::CPAN

        their primary proxy server. When this server becomes unavailable,
        the clients will move over to 172.16.0.20 for their proxy requests.

    Multiple proxies with load distribution
         [proxy]
         172.16.0.0/20=(172.16.0.10:3128,172.16.0.20:3128)

        When proxy servers are placed between brackets, the load is
        distribution amongst the proxies. Some clients will have the first
        proxy as primary and some clients will have the second proxy as
        primary. The other proxy is used as a backup. The order in which the
        proxies are tried depends on the IP address of the client. The
        script is deterministic, so for a given IP address the priority list
        is always the same.

    To determine the proxy list for a given IP address multiple rules may be
    applied. Subnets are tried from the highest to the lowest mask. The
    module puts all proxies that are found in a list.

  The noproxy section



( run in 0.553 second using v1.01-cache-2.11-cpan-49f99fa48dc )