Questions tagged [squid]

Squid is a FOSS package licensed under the GNU GPL and is primarily used as a web proxy server and cache.

Squid is a FOSS package licensed under the GNU GPL primarily used as a web proxy server and cache.

In addition to its primary usages for web proyying and caching, it supports FTP and has limited support for several other protocols, including TLS, SSL, HTTPS and Gopher.

It has a wide variety of uses, from speeding up a web server by caching repeated requests (reverse proxy); to caching web, DNS and other computer network lookups for a group of people sharing network resources (regular proxy); to improving security by filtering traffic (layer 7 firewall).

Squid's homepage is here, and its Wikipedia entry is here.

1363 questions
-1
votes
1 answer

squid proxy 2.7 limit bandwidth

I have a squid 2.7 proxy and i'm letting some friends use it for fun in school etc. However since i got a bandwidth limit on my vps that is hosting the proxy I need somehow to throttle the amount of bandwidth. Currently all my friends authenticate…
Eric
  • 31
  • 2
  • 5
-1
votes
2 answers

two Ubuntu 12.04, 1x Netgear router

Ok, so I have 192.168.x.14 with port 80 open and I have set the netgear router to point there then I have 192.168.x.12 with apache running but when I try to connect using chrome to the website hosted on .12 it cant find it, how do I set up .14 to…
RussellHarrower
  • 173
  • 1
  • 1
  • 12
-1
votes
2 answers

squid still caching

I have set this maximum_object_size 0 KB minimum_object_size 0 KB acl all src 0.0.0.0/0.0.0.0 no_cache deny all but when I do test for the caching curl -x ip1:3128 http://blabla.com/iptest.php sleep 5 curl -x ip2:55555…
mazgalici
  • 257
  • 2
  • 5
  • 11
-1
votes
1 answer

Setting a proxy server on my network

I try to install a proxy server on my network, using squid. My network architecture is something like this: ISP <- server 1 - or router - (with static IP and CoovaChilli on it) <- LAN. At first, I would like to install my squid on a different…
artaxerxe
  • 521
  • 2
  • 10
  • 22
-1
votes
1 answer

how to rotate one squid user among multiple IPs based on number of requests processed by each IP

I want to set up a Squid ACL in the following manner-- For example, my Squid Proxy Server has 10 IP addresses- now I have a user 'demouser'. I want that for the very first request sent to 'demouser' this user uses IP address #1, for the second…
Arvind
  • 471
  • 4
  • 8
  • 18
-1
votes
1 answer

How do I configure Squid Proxy located at a different location to route internet traffic?

I have a Linux box (Ubuntu 9.10) at a different location. I installed squid proxy and tried using that IP and port (opened 3128 at that location) in Firefox. I can't get it to work. My current scenario : The current location ISP's IP is…
ThinkCode
  • 184
  • 1
  • 10
-1
votes
1 answer

URL Redirect to IP on LAN

Possible Duplicate: Is there a way to forward a port based on subdomain? wOk here is what I need to do: Listen on various ports and route to LAN IP addresses based on url and port. So I have a number of domain names assigned to the same IP…
Mike
  • 1
-1
votes
1 answer

iptables -forward mail server port from inside lan to outside lan

ive local server with squid to manage my lan , it got 2 NICs and my mail server its outside the lan what i need here when users ty to connect and send email through NIC-1 its should fwd request to NIC2 which is connected to internet ( port 25,110…
user47556
  • 459
  • 1
  • 4
  • 11
-1
votes
2 answers

RAID0, LVM or JBOD for best performance squid proxy server?

I need to choise the storage type for a squid proxy server with 100Mb/s traffic. RAID0, LVM or JBOD Which is better for performance (don't care the data reliability) ? This storage is only for the squid cache (not system disk). I have 3 disk for the…
Roberto
  • 87
  • 1
  • 7
-1
votes
1 answer

Squid limit total bandwidth per user

Possible Duplicate: Squid Proxy Server: limit total bandwidth Is there any feature of squid to limit the total bandwidth for every user?
mazgalici
  • 257
  • 2
  • 5
  • 11
-1
votes
3 answers

Squid via Haproxy

Anyone experienced with configuring Squid to forward requests to HAproxy? I use Squid as a proxy, with ACLs and other stuff, and I need to know if I can tell it to forward requests to HAproxy, which would act as a load balancer that is aware when…
w00t
  • 1,134
  • 3
  • 16
  • 35
-1
votes
1 answer

Banner Insertion on Proxy Squid

hey guys are you aware of anchorfree vpn?, i have used them before, however i am running my cybercafe on squid, and i want to advertise using squid, i would like to know how to add a banner at the top of every page randomly just like anchorfree…
Saxtor
  • 123
  • 6
-1
votes
1 answer

Using internet on remote server via SSH tunnel

I have a RHEL server accessible via jump host only. This is how i am connecting to it MyMachine(Win10)--SSH-->JumpHost(winserver2012r2)--SSH-->RHEL7 via ssh ssh -J user@jumphost user@RHEL7 I want to download few dependencies and also want to use…
uddi baba
  • 3
  • 1
-1
votes
1 answer

Squid is not returning http message body on debug

According to Squid documentation, when debug_options rotate=1 ALL,9 is set in squid.conf, I should see HTTP Message Body in cache.log However, it's not showing up. I do see, everything, including HTTP headers, but not the body. I even tried to set…
Alex G
  • 207
  • 1
  • 2
  • 14
-1
votes
3 answers

I am getting a SQUID Error

What exactly is wrong here Entry in SQUID File--- httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy on httpd_accel_uses_host_header on acl lan src 192.168.1.1 192.168.2.0/24 http_access allow localhost Error after: service squid…
Dave
1 2 3
90
91