Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Squid3 Help
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Squid3 Help

nickyjeffnickyjeff Member
edited August 2014 in Help

I'm having a little problem with squid3 proxy, installed it a while ago but never used it till yesterday. Anyway I noticed I can't resume my downloads with it, only https downloads seem to resume but http starts all over from the beginning.
My squid.conf file is below

http_port 8080

via off

forwarded_for off

request_header_access Allow allow all

request_header_access Authorization allow all

request_header_access WWW-Authenticate allow all

request_header_access Proxy-Authorization allow all

request_header_access Proxy-Authenticate allow all

request_header_access Cache-Control allow all

request_header_access Content-Encoding allow all

request_header_access Content-Length allow all

request_header_access Content-Type allow all

request_header_access Date allow all

request_header_access Expires allow all

request_header_access Host allow all

request_header_access If-Modified-Since allow all

request_header_access Last-Modified allow all

request_header_access Location allow all

request_header_access Pragma allow all

request_header_access Accept allow all

request_header_access Accept-Charset allow all

request_header_access Accept-Encoding allow all

request_header_access Accept-Language allow all

request_header_access Content-Language allow all

request_header_access Mime-Version allow all

request_header_access Retry-After allow all

request_header_access Title allow all

request_header_access Connection allow all

request_header_access Proxy-Connection allow all

request_header_access User-Agent allow all

request_header_access Cookie allow all

request_header_access All deny all

auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/users

auth_param basic children 5

auth_param basic realm Squid Proxy

auth_param basic credentialsttl 2 hours

auth_param basic casesensitive off

acl ncsa_users proxy_auth REQUIRED

http_access allow ncsa_users

cache_effective_user proxy

cache_effective_group proxy

Comments

  • Probably a stupid question, but does the HTTP server you're downloading from actually have range requests enabled? I do partial HTTP downloads all the time on near-stock squid3 config on Debian.

  • @ProxyChain said:
    Probably a stupid question, but does the HTTP server you're downloading from actually have range requests enabled? I do partial HTTP downloads all the time on near-stock squid3 config on Debian.

    I believe it does, I use apache. And I do use the server for personal rapidleeching. But just in case, how do I check that?

  • I've fixed the problem, I just added the line
    range_offset_limit -1
    And partial downloads started working.

Sign In or Register to comment.