PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Squid und Download fortsetzen



balduin222
17.05.06, 15:00
Hallo zusammen,

ich habe den Squid 2.6 laufen als transparenten Proxy. Läuft einwandfrei. Allerdings habe ich das Problem, dass Downloads nicht fortgesetzt werden können, er fängt jedes mal von vorne an. Wo muss ich da pfeilen?


http_port 192.168.10.20:3128
hierarchy_stoplist cgi-bin?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
no_cache deny QUERY
maximum_object_size 100 MB
cache_effective_user squid
cache_effective_group squid
cache_mem 16 MB
cache_dir ufs /var/squid/cache 1200 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
acl domains.deny urlpath_regex *i "/usr/local/squid/etc/domains.deny"
acl domains dstdom_regex *i "/usr/local/squid/etc/domains.deny"
http_access deny domains.deny
http_access deny domains
visible_hostname disy-proxy
unique_hostname disy-proxy
emulate_httpd_log off
acl manager proto cache_object
acl all src 192.168.10.0/255.255.255.0
acl vpn src 172.16.10.0/255.255.255.0
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
http_access allow all
http_access allow vpn
icap_enable on
icap_service service_1 reqmod_precache 0 icap://localhost:1344/reqmod
#icap_service service_2 respmod_precache 0 icap://localhost:1344/respmod
icap_class class_1 service_1
icap_access class_1 allow all
acl SSL_ports port 443 563 # https, snews
acl SSL_ports port 873 # rsync
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 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
http_reply_access allow all
http_reply_access allow vpn
http_access deny !Safe_ports
http_access allow localhost

Danke für eure Hilfe.

Gruß
balduin222

geronet
17.05.06, 17:38
Funktioniert es denn wenn er ausgeschaltet / nicht transparent ist? Sonst kann noch der andere Server probleme machen..

balduin222
18.05.06, 09:03
Ja, ohne Squid rennt es einwandfrei. Am Server liegt es nicht, da kann ich ohne Squid am selben Server die selbe Datei ohne Probleme unterbrechen und den Download wieder fortsetzen.

mfg
balduin222