Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
		Network Troublshooting => Linux Servers Support => Topic started by: cfybyair on October 18, 2004, 03:15:50 AM
		
			
			- 
				I will be implimented a squid HTTP cache server on a RedHat 9.0 machine for my ISP running WCCP .but i dont't kown how to do conf my squis.conf.
please help!
			 
			
			- 
				Hello..
Well.. we have quick and effective how to here about your question. Configuring Squid Proxy server (http://www.linuxsolved.com/forums/ftopic116.html)
			 
			
			- 
				thanks Ricky, now i can Configuring Squid for Simple Proxy.
but i dont't used it in my plan.
IN the squid.conf i don't kown out route ,in route,&wccp route.
iptables & squid come true Transparent Proxy when them work together .but I have cicso route 7206.How to do it ?
please help!
			 
			
			- 
				my squid have config now.but in client i can't browser web.
I've attached the  squid.conf.who can help me? thanks
http_port 8080 
icp_port 3130
cache_peer **** sibling 3128 3130  
cache_peer **** sibling 3128 3130  
cache_peer **** parent 13280 4827 htcp 
cache_peer_domain ****
cache_mem 400 MB
cache_swap_low 80 
cache_swap_high 97
maximum_object_size 20000 KB 
maximum_object_size_in_memory 10000 KB
ipcache_size 4096 
fqdncache_size 4096
cache_replacement_policy heap LFUDA 
memory_replacement_policy heap LRU
cache_dir ufs /usr/local/squid/cache 25000 16 256
dns_nameservers * * * * 
request_body_max_size 5 MB 
reply_body_max_size 20 MB
acl all src 0.0.0.0/0.0.0.0 
acl mylan proxy_auth 192.168.0.0/255.255.0.0 REQUIRED 
acl myip proxy_auth 61.235.64.0/255.255.240.0 REQUIRED 
acl myip2 proxy_auth 211.98.22.0/255.255.240.0 REQUIRED 
acl banned_sites sex
http_access deny banned_sites 
deny_info ERR_BANNED_SITE banned_sites
acl manager proto cache_object 
acl localhost src 127.0.0.1/255.255.255.255 
acl SSL_ports port 443 563 
acl Safe_ports port 80 # http 
acl Safe_ports port 21 # ftp 
acl Safe_ports port 443 563 # https, snews 
acl Safe_ports port 70 # gopher 
acl Safe_ports port 210 # wais 
acl Safe_ports port 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 allow mylan    
http_access allow myip
http_access allow myip2 
http_access allow manager localhost 
http_access deny manager 
http_access deny !Safe_ports 
http_access deny CONNECT !SSL_ports 
http_access deny all 
icp_access allow ***
cache_mgr **@mydomin.com
cache_effective_user squid 
cache_effective_group squid
visible_hostname ****
memory_pools on 
memory_pools_limit 50 MB
httpd_accel_host virtual 
httpd_accel_port 80 
httpd_accel_with_proxy on 
httpd_accel_uses_host_header on 
append_domain .mydomain.com 
log_icp_queries off 
buffered_logs on 
wccp_router 172.16.0.1 (my_cisco_interface_cache server)
wccp_version 4 (my cisco conf wccp version 4 too)