Re: [squid-users] Problem with Configuring squid with Cisco IOS 12.1(6)

From: Naeem <rhlinux71@dont-contact.us>
Date: Thu, 14 Jun 2001 18:11:41 +0500

> We have configured the squid on Red hat linux 6.2.Squid version 2.3 stable
1
> and trying to use it the proxy mode.
> I am using the following configuration and have tried all the options
> mentioned in the faqs
>
> 1)
> route-map proxy-redirect permit 10
> match ip address 110
> set ip next-hop 203.24.133.2
>
> access-list 110 deny tcp any any neq www
> access-list 110 deny tcp host 203.24.133.2 any
> access-list 110 permit tcp any any
>
>
> interface Ethernet0
> ip policy route-map proxy-redirect
>
>
> 2)access-list 110 deny tcp host 10.1.2.3 any
> access-list 110 permit tcp any any eq www
> access-list 110 deny tcp any any
>
>

Have you configured any IPCHAIN rules on your Linux box to redirect all of
the traffic coming on port 80 to the port your Squid is running on?
What is in your squid.conf against following directives:
httpd_accel_host ?
httpd_accel_port ?
httpd_accel_with_proxy ?
httpd_accel_uses_host_header ?

/n
Received on Thu Jun 14 2001 - 07:12:39 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:45 MST