Re: Redirection Question

From: Duane Wessels <wessels@dont-contact.us>
Date: Tue, 08 Sep 1998 11:14:43 -0600

Christine Patzer writes:

>Hello,
>
>I hope someone can help me:
>
>Is it possible to redirect a request to an other parent by the protokoll
>it uses?
>
>We have two proxies to the Internet, one allows ftp (b) the other (a) does not
.
>
>The internal squid-proxy of our part of the company should send
>all request to proxy a - besides ftp-requests which should go to proxy b.

yes, it should be possible. probably works better with 1.2 than 1.1

        acl FTP proto FTP
        cache_peer_access proxya !FTP
        cache_peer_access proxyb FTP

Duane W.
Received on Tue Sep 08 1998 - 10:15:40 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:41:53 MST