Re: [squid-users] Is jesred still compatible with squid 4.x?

2016-02-28 Thread Karl-Philipp Richter
Hi, Am 29.02.2016 um 01:13 schrieb Eliezer Croitoru: > > I do not remember if I have tried to work with such a setup in the past > but, can you give some technical details on the desired setup? I want to manipulate URLs for Ubuntu and Debian .deb packages download requests (usually for fixed

Re: [squid-users] Is jesred still compatible with squid 4.x?

2016-02-28 Thread Karl-Philipp Richter
Am 26.02.2016 um 16:20 schrieb Karl-Philipp Richter: > I noticed that `jesred` when used as `url_rewrite_program` program of > `squid` 4.0.4 with `jesred.rules` > > regex ^http://(de.archive.ubuntu.com/ubuntu/(dists|pool)/.*)$ > http://192.168.178.20:3142/\1 &g

Re: [squid-users] How to prevent caching of request or configure smart handling?

2016-02-28 Thread Karl-Philipp Richter
## ACLs 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 localnet src fc00::/7 # RFC 4193 local private network range acl localnet

[squid-users] How to prevent caching of request or configure smart handling?

2016-02-28 Thread Karl-Philipp Richter
Hi, I'm experiencing trouble with IP lookup service used by DDNS clients like `ddclient` and bittorrent frontends like `rutorrent`. After configuring `squid` as intercepting HTTP caching proxy services like http://canyouseeme.org, http://checkip.dyndns.org/ and http://ipdetect.dnspark.com report

[squid-users] Is jesred still compatible with squid 4.x?

2016-02-26 Thread Karl-Philipp Richter
Hi, I noticed that `jesred` when used as `url_rewrite_program` program of `squid` 4.0.4 with `jesred.rules` regex ^http://(de.archive.ubuntu.com/ubuntu/(dists|pool)/.*)$ http://192.168.178.20:3142/\1 regex ^http://(security.ubuntu.com/ubuntu/(dists|pool)/.*)$ http://192.168.178.20:3142/\1

[squid-users] squid-cache.org search function failing with 404 error

2016-01-31 Thread Karl-Philipp Richter
Hi, FYI, entering a search query (e.g. for "search") on http://squid-cache.org fails with Not Found The requested URL /cgi-bin/swish-query.cgi was not found on this server. Apache/2.4.7 (Ubuntu) Server at www.squid-cache.org Port 80 displayes as website. -Kalle signature.asc

[squid-users] Should `squid -k check` complain about presence of `ignore-no-cache` in 3.4.11

2015-02-22 Thread Karl-Philipp Richter
Hi, According to http://lists.squid-cache.org/pipermail/squid-users/2015-February/002323.html the `ignore-no-cache` option is outdated. Shouldn't `squid -k check` warn about its presence (I verified that the check works by adding `bla` at the end of the config file with causes a warning

[squid-users] How to cache everything with an Etag HTTP header?

2015-02-18 Thread Karl-Philipp Richter
Hi, I'm quite new to advanced squid configuration and want to enhance my HTTP cache expensive-bandwidth-cheap-storage setup where I'm mostly interested in storing large downloads with a refresh_pattern, e.g. refresh_pattern -i

[squid-users] Is it possible to configure a transparent caching proxy without iptables?

2015-01-06 Thread Karl-Philipp Richter
Hi together, I'm having trouble figuring a way to configure a `squid` 3.4.10 instance running in a Debian 7 chroot as a transparent caching proxy because I only find configuration examples involving `iptables` which on the one hand is very useful because it allows setups which work independently