Добрый всем день... (или ночь) :))
Сквид и апач стоят на одной тачке. Все запросы на 80 порт идут через сквид на локально висящий на 8000 порту апач. Хочу чтобы кешировались картинки (графика самого сайта + фотки). Вот что получается.
Кусок access.log:
192.168.0.77 - - [30/Nov/2005:19:06:32 +0200] "GET http://127.0.0.1:8000/siteimg/button_yell.gif HTTP/1.1" 304 200 TCP_IMS_HIT:NONE
192.168.0.77 - - [30/Nov/2005:19:06:32 +0200] "GET http://127.0.0.1:8000/moduleim/ramkabg_bott.gif HTTP/1.1" 304 200 TCP_IMS_HIT:NONE
192.168.0.77 - - [30/Nov/2005:19:06:34 +0200] "GET http://127.0.0.1:8000/personal/albums/view/5/ HTTP/1.1" 200 12312 TCP_MISS:DIRECT
192.168.0.77 - - [30/Nov/2005:19:06:34 +0200] "GET http://127.0.0.1:8000/includes/privimg.php? HTTP/1.1" 200 2774 TCP_MISS:DIRECT
Не могу добится того, чтобы он кешировал фотки. Которые, в общем-то, и стоит кешировать. Есть превьюшки и есть большие. Надо и те и те.
Кусок конфа:
http_port 192.168.0.253:80
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl me src 192.168.0.253/255.255.255.255
acl our_networks src 192.168.0.0/16
acl to_localhost dst 127.0.0.0/8
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 allow all
http_reply_access allow all
httpd_accel_host 127.0.0.1
acl acceleratedHost dst 127.0.0.1/255.255.255.255
httpd_accel_port 8000
acl acceleratedPort port 8000
httpd_accel_with_proxy off
#no_cache deny acceleratedHost
#always_direct allow acceleratedHost
http_access allow acceleratedHost acceleratedPort
#always_direct deny all
refresh_pattern . 0 20% 4320
cache_dir ufs /usr/local/squid/var/cache 100 16 256
acl QUERY urlpath_regex cgi-bin
no_cache deny QUERY
maximum_object_size 4096 KB
#minimum_object_size 1 KB
# ниже экспериментировал с любыми типами
cache_replacement_policy heap GDSF
memory_replacement_policy lru
Кто знает в чем дело? Помогите плз... Неделю мучаюсь .. Спасибо