Squid is an open-source HTTP caching proxy server.

learn more… | top users | synonyms

-1
votes
0answers
30 views

Squid proxy: how to link inbound IPv4+port to outbound IPv6 [closed]

I'm trying to setup a squid proxy that will accept multiple inbound connections on one IPv4 across a range of ports, and for each port connection to connect out on a unique IPv6 address. I've named ...
-1
votes
0answers
22 views

Acl SQUID block google.com but allow gmail

I'm using squid 3 on debian 7, I neet to create a ACL to block google.com, but allow gmail.com, i have problems with authentication where blocked google.com. thanks in advanced.
0
votes
0answers
19 views

Regex Matching a domain, but not where it occurs within the URL of a different domain

I'm trying to match the following URLs within a Squid ACL (I'm trying to actually match google URLs! These aren't an example... See: http://www.google.com/supported_domains): www.google.com ...
0
votes
0answers
54 views

Squid: proxy-based modification of pages

I'm trying to use a pretty naive proxy-based solution to modify the content of web pages. Firstly, I have a small PHP script that gets a URL as a GET parameter, loads the HTML content, adds some ...
0
votes
1answer
23 views

Webpage quickest redirection To Mobile

I would like to redirect any request for my web page to my mobile page (based on the screen size) We have all layers like Ngnix, SQUID, Spring application. I'm trying to do it in the web page (the ...
0
votes
0answers
7 views

Getting user agent string in url rewriter

I would like to rewrite url based on user agent strings... Reading the documentation, I have not found anything yet. Do you know any method of getting it in custom rewriter?
0
votes
0answers
64 views

Access application of transparent squid proxy client system from external network

I installed squid transparent proxy server in one system(eth0=192.168.1.203 ,eth1=192.168.3.5) I deployed one application in one system (proxy Client, eth0=192.168.3.60) .We have router with IP ...
0
votes
0answers
44 views

not able to ping any site from terminal after squid proxy client setup

I installed squid proxy server in fedora 14.In client network configurations , i gave server IP Adress as gateway. i enabled ldap authentication process in squid server. I configured proxy server ...
-1
votes
0answers
132 views

Using squid3 to block list of porn sites [edited] [closed]

[Begin edit] After spending more than 10 hours on this (quoting FAQ) "practical, answerable, questions based on actual problems [I] face", I decided to post my problem to the friendly people at ...
0
votes
0answers
59 views

What do I need to modify from the default squid.conf to make it work as a transparent proxy server?

I have a router with DD-WRT and forwarding from the router seems to work with the following script: #!/bin/sh PROXY_IP=192.168.77.77 PROXY_PORT=3128 LAN_IP=`nvram get lan_ipaddr` ...
0
votes
0answers
112 views

Squid proxy is redirecting to home page [closed]

Squid is falsely redirecting certain URLs back to the home page. For example: Accessing http://www.example.com/test-user/96 would redirect back to http://www.example.com/ Squid config file is # # ...
0
votes
0answers
19 views

squid: can't connect to peer with tcp_outgoing_address [migrated]

I encountered the problem with configuration of two squid servers. I have the following scheme - The main idea is to download all files from rackspace and amazon through parent squid and store all ...
0
votes
0answers
31 views

Faraday with Proxy authentication

I need to connect with Faraday using a squid proxy server that requires user and password, my code is as follows: @connection = Faraday.new(url, ssl: {verify: false}) do |conn| conn.request ...
0
votes
0answers
37 views

Redirect squid to different server

I have squid 3.3 set as a reverse proxy. How can I do the following: If request came from client to access abc.xml then redirect it to xx.xx.xx.1 server. For everything else - xx.xx.xx.2 thanks.
0
votes
0answers
113 views

Squid ICAP Rewriting Content

I have a need for the following: Web App at http://mything.com/. Reverse Proxy Server at http://mything.com/proxy/ Reverse Proxy should proxy: http://mything.com/proxy/http://bbc.co.uk/ for ...
0
votes
0answers
95 views

Squid radius authentication “No response from RADIUS server”

I have successfully configure freeradius with mysql. i can radtest using command : sudo radtest alice password 192.168.2.3 1812 testing123 Sending Access-Request of id 187 to 192.168.2.3 port 1812 ...
1
vote
0answers
70 views

Proximo HTTP proxy vs SOCKS proxy

Does Proximo provide both a SOCKS proxy (using Dante) and a HTTP proxy (using something like Squid?). Background: I'm think of using proximo to whitelist my Heroku app for a SOAP connection to a ...
0
votes
0answers
40 views

Google killing my Squid server from a domain called 1e100

I have Squid set up in a VPS and I've managed to configure it as a transparent proxy but I'm running into issues when it comes to accessing anything from Google. Turns out, there's a domain that's ...
0
votes
0answers
91 views

Squid is not asking for User Name and Password when using NCSA

I am using squid proxy on Windows machine (Win2K8 Server, 64 bit). I referred this link to enable NCSA authentication. The installation goes well and I am able to start the service but still I am ...
0
votes
0answers
134 views

Squid Redirect first Access

Good Day, I need your help to develop a plugin for squid. The idea is as follows. User accesses the url eg. www.google.com redirected to another url eg. www.server_interno.com (with some ...
0
votes
1answer
146 views

Squid reverse proxy follow redirects

I've managed to get squid running as a reverse proxy with URL rewriting: http://example.com.proxy.myserver.com will be reverse proxied to http://example.com So far, so good. But, when ...
2
votes
1answer
183 views

Rewrite nginx host and proxypass to squid

I want to achieve the following: Request Host: http://example.com.proxy.myserver.com Should be rewritten to http://example.com and passed to a squid server via nginx proxypass. server { listen ...
0
votes
0answers
8 views

Squid dynamic proxy

Can I configure squid to forward requests with different patterns to different urls? (I'm trying to have a common soap endpoint of services deployed over various servers)
1
vote
0answers
648 views

The system returned: (104) connection reset by peer

Facing a squid error. This is the error message we are getting. Read Error 'The system returned: (104) connection reset by peer. Our web product is hosted on godaddy. The whole website is working ...
0
votes
0answers
34 views

Squid proxy split requests

I want to split queries which come to server. If client wants to reach facebook.com, he can use his own ip and local dsl, anything else he should use my proxy. How can i do that?
0
votes
0answers
171 views

squid moz-proxy auth

I have virtual box 4.2.6 in win 7 host and squid proxy 2.7 stable on win 7 host at port 8080. I have debian guest in vbox. I have corporate proxy and would like debian to use NAT and squid host ...
0
votes
1answer
90 views

Solution to cache the static content

I need an open-source solution to cache my static content for my remote website on my local machine I tried Varnish but it doesn't support a lot of websites. Best regards.
0
votes
0answers
130 views

Redirect http to https squid

Basically I want to redirect all http traffic to port 443 SSL that comes to squid. How would I do that? Apache does it with mod_rewrite like this: RewriteEngine On RewriteCond %{HTTPS} off ...
0
votes
1answer
18 views

squid log format ending with a '\n'

I need to terminate a squid log with a newline character. I can not figure out reading the http://www.squid-cache.org/Doc/config/logformat/ Has anyone does this? If so, how does it work?
0
votes
1answer
263 views

While starting Squid on “cmd” it gives a “System error 1067 has occurred”

I am trying to use Squid's (its 2.7STABLE8 version) reverse proxy service on Windows 7. When I try to start squid from "cmd" (as administrator) I get an error message such as; "The Squid service ...

1 2 3 4 5 10
15 30 50 per page