Dear patricio
My configuration of squid is, as follows:
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl allowed_hosts src 192.168.1.0/255.255.255.0
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
http_access deny manager all
http_access allow allowed_hosts
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
Can you please tell me where could be the problem. It is not wroking as
transparent proxy, but It is working if we enable it in browser. What
could be the problem, can you help me.
Regards,
Kiran
On Sat, 6 May 2000, Patricio Baptista da Luz wrote:
> kiran@mail.pol.net.in wrote:
>
> > Hi,
> >
> > Is anybody tried to implement the ipchains and squid 2.3 stable 1 as
> > transparent proxy on one linux box. I know it is meaning less to keep both
> > in one system. But I want to test it whether it works or not.
> >
> > I tried to implement the same, but I am not able to store the objects in
> > my cache. Even I am not getting the logs in access.log, I checked all the
> > permissions of the files and ownership. What could be the reason.
> >
> > Any help will be appreciated...
> >
> > bye
> > kiran
>
> Dear Karan,
>
> My setup is with ipchains and squid (with squidguard redirector) all in one
> linux box,
> I'm using mandrake linux 7.0, kernel 2.2.14 and it works fine.
> I've used it on a PII 400 and and now on a PIII 500, and no problem at all.
>
> Regards,
>
> Patricio
>
Received on Sun May 07 2000 - 02:55:39 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:23 MST