Witam,,
Nie mogę wykluczyć cache-owania strony: Hotele w Polsce i na świecie taniej do 75% | Hotele.pl
Siedzę juz nad tym jakiś czas ale nie mogę sobie z tym poradzić. proszę o pomoc :'(
plik konfiguracyjny:
### Listy ACL ###
acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
acl moja_siec src 172.20.203.0/24
#
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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
# Wykluczenia stron
acl hotele dstdomain .hotele.pl
cache deny hotele
### Definiowanie obszarow dostepu dla ACL
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow moja_siec
http_access allow localhost
http_access deny all
# proxy working MODE :
http_port 3128 transparent
### Other
follow_x_forwarded_for deny all
acl ip_1 src 87.x.x.x
tcp_outgoing_address 87.x.x.x ip_1
hierarchy_stoplist cgi-bin ?
cache_mem 1536 MB
maximum_object_size_in_memory 640 KB
cache_dir ufs /pub1/squid3 4000 32 256
coredump_dir /var/spool/squid3
### Refresh Pattern
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
visible_hostname test
forwarded_for off