0
votes
1answer
350 views

iptables doesn't redirect http traffic to my Squid proxy!

I arranged a transparent Squid proxy which listens to port 3128 on localhost, to block some web sites. I've tested the proxy using Firefox, and it works. Then I ran this, hoping to redirect all the ...
3
votes
1answer
351 views

squid3 PAM_Auth authentication not working

I'm attempting to run a squid3 proxy server with authentication for any user that has a login to the server. I've followed these instructions, and I am prompted for a username and password when I ...
0
votes
1answer
208 views

Squid3 dns resolution error

Squid3 on ubuntu 12.04 returns ipv6 addresses instead of ipv4. I have no ipv6 network therfeore connection fails. DNS resolution directly on the server returns ipv4 addresses.
0
votes
0answers
457 views

Why skype can not connect through squid proxy in ubuntu 12.04

No matter how hard I try Skype still can not connect to its server. I'm able to access other HTTPS servers like Gmail, but Skype is not working through the proxy. Configuration: squid proxy ...
0
votes
0answers
528 views

Slow squid proxy server

I am using Ubuntu 12.04 LTS. I just installed a fresh squpid proxy server and browsing websites is quite slow. I'm the only person using the proxy so there can't be any other users using it. Anyone ...
2
votes
1answer
480 views

Squid logs retention

I have Ubuntu Server 12.04 LTS installed. Squid keeps only last 3 days logs. Does anybody know how to increase this duration? I use cron to rotate them on daily basis.
0
votes
1answer
610 views

Lusca and Squid3

I ask your opinion of all, what if Squid3 and Lusca were installed on a single machine or on a single server (Ubuntu 12.04 LTS)? Did anyone ever try? How did it go?
0
votes
1answer
861 views

Squid: caching *.swf with variables

I'd recently upgraded my Ubuntu 11.10 x64 server to 12.04. In this process Squid was updated from 2.7 to 3.1. Squid 3.1 has many different options witch broke my setup. So I completely removed squid ...
0
votes
1answer
470 views

Problem with squid on EC2

I created an instance from the canonical AMI that have ubuntu server 12.04 64bit and install squid. The only changed to the /etc/squid3/squid.conf file was: acl localhost src 127.0.0.1/32 ::1 ...
1
vote
0answers
508 views

Configuring squid3 with Tor [closed]

In this guide there are instructions for configuring privyproxy with Tor, but not for squid or squid3. So, how squid3 conf file should be modified to make it work with Tor?