[squid-users] Transparent Proxy

From: Ling Hwa Hing <hwahing@dont-contact.us>
Date: Tue, 30 Apr 2002 13:35:05 +0800

I'm miss out the error log from cache.log
parseHttpRequest: Unsupported method 'BPROPPATCH'
clientReadRequest: FD 55 Invalid Request
2002/04/29 09:00:17| WARNING! Your cache is running out of filedescriptors
2002/04/29 09:00:33| WARNING! Your cache is running out of filedescriptors
2002/04/29 09:00:49| WARNING! Your cache is running out of filedescriptors
2002/04/29 09:01:05| WARNING! Your cache is running out of filedescriptors
2002/04/29 09:01:21| WARNING! Your cache is running out of filedescriptors
2002/04/29 09:03:41| idnsCheckQueue: ID 565: giving up after 39 tries and 305.0
seconds
2002/04/29 09:05:42| idnsCheckQueue: ID 65d: giving up after 39 tries and 307.4
seconds
2002/04/29 09:05:42| idnsCheckQueue: ID 65e: giving up after 39 tries and 307.4
seconds
2002/04/30 11:30:44| clientReadRequest: FD 187 Invalid Request
2002/04/30 11:31:42| parseHttpRequest: Unsupported method 'POLL'
2002/04/30 11:31:42| clientReadRequest: FD 50 Invalid Request
2002/04/30 11:33:11| parseHttpRequest: Unsupported method 'FLAPON

Thanks,

Hi,
Currently I'm using the RedHat 7.2 and Squid 2.4 Stable1.
Below is my configuration:-
http_port 8080
icp_port 0
ipcache_size 2048
cache_mem 16 MB
cache_dir ufs /cache1 4096 16 256
acl QUERY urlpath_regex cgi-bin
acl QUERY urlpath_regex \?
acl localnet src 192.168.0.0/255.255.0.0
acl localhost src 172.0.0.1/255.255.255.255
acl Safe_ports port 21 22 23 70 80 443 563 1025-65535
acl CONNECT method CONNECT
acl all src 0.0.0.0/0.0.0.0
http_access allow localnet
http_access allow localhost
http_access deny !Safe_ports
http_access deny all
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
log_icp_queries on
cache_store_log none
redirect_children 10
buffered_logs on
pipeline_prefetch on
debug_options ALL,1
logfile_rotate 5
ie_refresh on

the connection is something like this:-

                                 Internet
                                     |
                                 Router
                                     |
                                 Squid
                                     |
                                 Router
                                     |
         -------------------------------------------------------------------------------------------
           | | | | |

        VLAN1 VLAN2 VLAN3 VALN4
    VLAN5

The problem is after i change the default gateway to squid Some of the user
from VLAN can't browse the Internet, But some of my user are working fine.

oh ya.... I'm redirect the port 80 to 8080

Thanks for your Help.

-------------------------------------
Ling Hwa Hing
High Tech ASP Sdn Bhd
Tel: 03-7803 7777
Fax: 03-7805 3111
My inner child can beat up your inner child.
Received on Mon Apr 29 2002 - 23:46:26 MDT

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