squid cacheleme yapmıyor. conf dosyası burada.

Başlatan abuzerefendi, 20 Nisan 2009 - 15:36:23

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

abuzerefendi

arkadaşlar benim squid.conf dosyam bu. squid ile cacheleme yapmak istiyorum fakat squid cacheleme yapmıyor. mesela hepsi buradanın içindeki resimleri, sahibinden com daki ev araba resimlerini mega foto ve normal foto olanlarını falan hiç cacheleme yapmıyor. her seferinde tekrar yüklensin diye bekilyorum. bunun için özel bir ayar gerekli mi_? ne yapmam gerekiyor. yardımlarınız için şimdiden teşekkür ederim.

birde mesela google gibi bir sayfanın anasayfasını cachelemek mümkün mü? yani ben bi ayar yaparak google nin anasayfasını squid e cachelettirebilirmiyim??

son sorum ise. mesela meb.gov.tr adresinin tamamını squid ile cachelemek için ne yapmam gerekiyor. özel bir komutla tüm siteyi squid içine alabilirmiyim???

Alıntı Yap
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl localnet src 10.0.0.0/8     # RFC1918 possible internal network
acl localnet src 172.16.0.0/12  # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
acl SSL_ports port 443          # https
#acl SSL_ports port 563         # snews
#acl SSL_ports port 873         # rsync
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 Safe_ports port 631                # cups
#acl Safe_ports port 873                # rsync
#acl Safe_ports port 901                # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
acl ftp_access proto FTP
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access allow !Safe_ports
http_access allow CONNECT !SSL_ports
acl FTP proto FTP
always_direct allow FTP


http_access allow localhost

acl ***** srcdomain "/etc/squid/domains.deny"
acl porno_rev dstdomain "/etc/squid/domains.deny"
acl filetypes urlpath_regex -i "/etc/squid/filetypes.acl"
acl radyos req_mime_type -i ^video/x-ms-asf$
http_access deny radyos
acl radyo req_mime_type -i ^video/x-ms-flv$
http_access deny radyo
acl mp3 req_mime_type -i ^video/x-ms-mp3$
http_access deny mp3
http_access deny *****
http_access deny filetypes
http_access deny porno_rev

acl porn url_regex "/etc/squid/domains.regexp"
acl notporn url_regex "/etc/squid/domains.exclude"
http_access deny notporn
acl notporn url_regex "/etc/squid/domains.exclude"
http_access deny notporn
http_access deny porn

acl yerel_agim src 192.168.2.1/24
http_access allow yerel_agim
http_access deny all

icp_access allow localnet
icp_access deny all

http_port 80

hierarchy_stoplist cgi-bin ?

access_log /var/log/squid/access.log squid
url_rewrite_program /usr/bin/adzapper.wrapper

client_netmask 255.255.255.0

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

acl apache2 rep_header Server ^Apache2
broken_vary_encoding allow apache2

extension_methods REPORT MERGE MKACTIVITY CHECKOUT

hosts_file /etc/hosts

cache_dir ufs /var/spool/squid 55000 16 256
maximum_object_size 99 MB

coredump_dir /var/spool/squid
store_avg_object_size 110 MB
request_body_max_size 55 GB