http_port 8080
icp_port 3130
hierarchy_stoplist cgi-bin ?
cache_mem 32 MB
cache_dir ufs /usr/local/squid/cache 1000 16 256
cache_access_log /usr/local/squid/logs/access.log
cache_log /usr/local/squid/logs/cache.log
cache_store_log /usr/local/squid/logs/store.log
pid_filename /usr/local/squid/logs/squid.pid
debug_options ALL,1
acl all src 0/0 ----->0.0.0.0/0.0.0.0
acl cyber src 211.198.128.0/255.255.255.128-->#
acl office src 10.1.8.226/255.255.255.255 --> #
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 # unregistered ports
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 cyber ---->all
#
#Recommended minimum configuration:
#
# Only allow cachemgr access from localhost
http_access deny manager localhost
#http_access deny manager
# Deny requests to unknown ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
# And finally deny all other access to this proxy
http_access allow office --->all
==========================================================
http_access deny all, http_access deny all ---->Access Denied.
http_access allow all, http_access deny all ---> 페이지 표시 오류
http_access deny all, http_access allow all ---->Access Denied.
http_access allow all, http_access allow all ---> 페이지 표시 오류
icp_access allow office---> all
miss_access allow all
cache_effective_user nobody ----> squid
cache_effective_group nogroup ---> wheel
dns_testnames netscape.com internic.net nlanr.net microsoft.com
minimum_direct_hops 4
위와 같이 설정을 바꿔 가면서 했지만.... 페이지를 표시 할수없던지... Access Denied.
가 나옵니다.... 벌써 4일째 밤새워 가며 씨름 중이예요,,,,,ㅠ.ㅠ
지발 도와 주세여.....