Tagged Questions
Squid HTTP Proxy Server
16
votes
9answers
11k views
Tux, Varnish or Squid?
We need a web content accelerator for static images to sit in front of our Apache web front end servers
Our previous hosting partner used Tux with great success and I like the fact it's part of Red ...
6
votes
4answers
3k views
Alternative Reverse Proxy Architecture Directions
Currently, I've got an expensive license for a reverse proxy server in an environment that is mostly Tomcat.
I'm thinking of one or both of the following upgrades.
Using Squid instead of the ...
4
votes
3answers
854 views
REST API caching, should I use a Reverse proxy or memcache(d)?
I have a REST API where I would like to cache the JSON response of the index (GET /foo) and the read actions (GET /foo/1) to significantly increase the performance. When there is a POST or a PUT on a ...
4
votes
4answers
858 views
How to authenticate .NET2 Webservice with a SQUID proxy
I've got a little utility that is a SOAP WebService client. The SOAP-proxy is generated from WSDL. It was working fine.
Now the customer wants to use a SQUID proxy, but that refuses to authenticate ...
4
votes
2answers
12k views
Java 6 NTLM proxy authentication and HTTPS - has anyone got it to work?
I have a Java application (not an applet) that needs to access a web service. Proxies for the web service have been generated with JAX-WS, and seem to work fine. In one scenario it needs to talk ...
4
votes
1answer
2k views
How to setup a Squid Reverse Proxy?
I have a website (windows IIS) that is very busy and I wanted to setup an SQUID Reverse proxy to offload some of the traffic. I wanted to know what are the best practices, and how to setup it up on a ...
4
votes
5answers
262 views
Is there any way to determine the amount of time a client spends on a web page
Assuming I have an open source web server or proxy I can enhance, let's say apache or squid.
Is there a way to determine the time each client spends on a web page?
HTTP is of course stateless, so ...
4
votes
5answers
385 views
Any HTTP proxies with explicit, configurable support for request/response buffering and delayed connections?
When dealing with mobile clients it is very common to have multisecond delays during the transmission of HTTP requests. If you are serving pages or services out of a prefork Apache the child processes ...
3
votes
3answers
78 views
Ideal place to store Binary data that can be rendered by calling a url
I am looking for an ideal (performance effective and maintainable) place to store binary data. In my case these are images. I have to do some image processing,scale the images and store in a suitable ...
3
votes
4answers
395 views
Why is squid good for REST architectures?
In this article, it is argued that Use Memcache if you frequently fetch random entities from a database, and Squid if you use a REST architecture. Please explain why (with regard to Squid).
3
votes
3answers
3k views
How to verify that Squid used as a reversed proxy is working?
We want to decrease the load in one of our web servers and we are running some tests with squid configured as a reverse proxy.
The configuration is in the remarks below:
http_port 80 accel ...
3
votes
2answers
528 views
Modify Images With An Http Proxy
April fools is coming up. I'd like to play this prank where we use an http proxy to modify images as they come through the proxy. I've been told that there are scripts/add-ons to ISA/Squid that can do ...
3
votes
4answers
1k views
What's a good caching reverse proxy which can serve stale content if the underlying application becomes unavailable?
I'm looking for a caching reverse proxy (something like squid or varnish) with good support for serving stale content in the event of failure - in other words, if the application I'm proxying goes ...
3
votes
1answer
2k views
Can I force LWP::UserAgent to accept an expired SSL certificate?
I would like to know whether it is possible to force LWP::UserAgent to accept an expired SSL certificate for a single, well-known server. The issue is slightly complicated by the Squid proxy in ...
2
votes
1answer
87 views
How can I track uploaded file names through my network using squid?
I want to track the uploaded file names from my network using squid. For my network I want to monitor the uploads happening and also I want to generate a report of files that were uploaded from my ...
2
votes
1answer
1k views
Can squid forward DNS queries to a DNS server?
This might something be completely impossible to achieve, but before I give it a shot thought I might get some advice from a fellow geek. Would squid proxy DNS queries as well? I would like to forward ...
2
votes
1answer
419 views
Squid handling of concurrent cache misses
We're using a Squid cache to off-load traffic from our web servers, ie. it's setup as a reverse-proxy responding to inbound requests before they hit our web servers.
When we get blitzed with ...
2
votes
2answers
664 views
Rotating Proxies for web scraping
I've got a python web crawler and I want to distribute the download requests among many different proxy servers, probably running squid (though I'm open to alternatives). For example, it could work in ...
1
vote
1answer
22 views
Mech page size is bigger than reported by squid server
When I request a page from a url, I get a different size response body than the proxy server that I am going through is logging. For instance, when url='http://www.yahoo.com', the response body size ...
1
vote
1answer
113 views
proxy servers like SQUID
are there others proxy servers like SQUID? I have seen nginx and others, but they seem not work with filter content, block urls, domains, etc.
1
vote
1answer
35 views
What are the best practices for caching 3rd party API calls?
Our team currently operates 4-5 applications, and all of those applications use various 3rd party services (SimpleGeo, FB graph API, Yelp API, StrikeIron, etc). There is large overlap between ...
1
vote
0answers
22 views
use different redirector depending on the proxy squid port used?
I want to use different redirector, according to the port the users connect to, on the same squid process.
is it possible to do it in config file?
or something else then changing source
ex: I want ...
1
vote
0answers
93 views
Squid proxy redirect all traffic for any IP
I am trying to setup squid so that when I'm not at home I can browse the internet through my private IP.
so that I for instance can use sites that are blocked from outside my country.
However the ...
1
vote
1answer
45 views
Request Processing Model of HTTP Intermediaries
Does anyone know of an overview or comparision table of the common HTTP intermediaries (caches) such as Squid, Varnish, TrafficServer,...?
I am looking in particular for information about their ...
1
vote
4answers
54 views
Run a program every time a file is changed
Ok, this is what I want to do. I have a squid proxy setup on my webserver (which is running openSuSE 11.1) and every time a new entry is added to access.log, I want to dump the access information to a ...
1
vote
0answers
261 views
Squid 301/302 redirect failed?
I am new to squid and I want to use it(squid 2.7) for redirect, e.g. www.baidu.com --> www.google.com. So I enabled the redirect module in squid by using a perl script:
#!/usr/bin/perl
$|=1;
...
1
vote
1answer
280 views
Using Java for FTP Put command over Squid HTTP Proxy error
I am a bit green with Java but I have ran into an issue when trying to UPLOAD a local file to a remote FTP server through a SQUID HTTP proxy (please note this obviously ties my hands so that 'FTP' and ...
1
vote
0answers
194 views
Squid - SSL Falls from time to time
We have a squid acting as a proxy to another server (both connections are secured). Normally, it works perfectly, however every few days our customers get a "Failed to establish a secure connection to ...
1
vote
1answer
552 views
Spring 3 Security and Relative Redirect URLs
We have a Spring 3 app with Spring Security behind a Squid proxy. The issue is that Spring only knows about the internal squid url so after a successful login at example.com/login instead of ...
1
vote
1answer
103 views
Multi-Step Image Submission To Load Balanced Server Problem
We have two apache/php web servers load balanced with squid page caching proxy. The squid caching is not active on image submission pages. We have a form where users can submit images.
It's a two ...
1
vote
2answers
146 views
How is the DOM object document.cookie property built?
When you are served a web page, who builds the DOM document? Is it strictly the server printing HTML? How is the browser involved? I am specifically interested in knowing how is the document.cookie ...
1
vote
0answers
81 views
Filtering usergenerated content, Images looking for Exsiting Software or simple to develop concepts
I am looking for an existing software or how to develop an own filter for user generated Images.Thus to name any realizable concepts or existing software or software components will be much ...
1
vote
1answer
357 views
Squid webbased proxy authentication
I am new with Squid, currently i have successfully setup basic authentication using external ACL to validate username and password. This works great, but I want to have a custom login page "HTML ...
1
vote
0answers
291 views
Using Varnish for cache along with IIS
Can we use a Varnish cache server to serve ASP.NET pages? My intention is to host another cache server to improve the performance by caching most accessed and shared data. To rent another IIS server, ...
1
vote
2answers
235 views
LDAP proxy to addd jpegPhoto to results
I want to build or implement some sort of LDAP proxy that will intercept the LDAP response from our corporate server and tack on a jpegPhoto to each entry which will load the persons image from our ...
1
vote
1answer
337 views
Problem with Squid - Proxy authentication required
I have web request that uses proxy (forward proxy) to website lets say www.example.com this web site has reverse proxy (Squid) as a result all my requests are returned as MISS.
Is there any way to use ...
1
vote
0answers
71 views
Squid ecap_adapter_gzip problem
I have a problem with ecap gzip adapter for squid.
I installed squid 3.1.10, libecap 0.0.3 and squid-ecap-gzip.
For squid I used cofiguration:
./configure --prefix=/usr/local/squid --enable-ecap ...
1
vote
1answer
322 views
How to modify “Cache-Control” header in Drupal 5.x?
We are using Drupal 5.x. We are experimenting with Squid as reverse proxy. Squid and Drupal are configured. Static content is getting cached.
For testing purposes, we would like to set ...
1
vote
0answers
137 views
problem with squid and ecap for content analysis
I need to inspect the content of a form before it is processed on the server.
I am using squid proxy server with ecap adapter.
In the adapter I can see the text typed in the text area but the content ...
1
vote
0answers
183 views
Using Twisted Web Proxy with other proxies (squid)
Is it possible to have a twisted web proxy and a squid proxy working together?
Namely:
Client --> Squid --> Twisted Web Proxy ---> Internet
I can set up squid so that it names the IP/port of the ...
1
vote
0answers
319 views
Squid url rewrites https to http
I'm exploring some uses with Squid proxy 2.7 and I have seen a good number of examples for url rewrites that take urls such as:
http: //somesitename.com
and then the rewriter can change the url ...
1
vote
2answers
444 views
How to set up squid_session with transparent proxy
I want to set up a transparent squid proxy to monitor the same box it is running on. It needs to use squid_session to first force a login screen to the user, and then allow web browsing until an idle ...
1
vote
0answers
74 views
Obtaining the form data, the user input in a simple web form using Squid proxy
There is a web application server.
I need to inspect the content of a form before it is processed on the server. I need to obtain the user's response using Squid Proxy server. Out of the box Squid ...
1
vote
1answer
363 views
dynamically modify HTTP POST data
I set up a squid proxy server, and I would like to monitor and modify certain HTTP POST requests before it goes out of squid. What are my options?
1
vote
1answer
119 views
Is there a way to use the Sonar Squid check with Checkstyle independently?
We would like to get statistics like number of non commenting statements, number of classes, number of methods. JavaNCSS doesn't work with generics in many situations. I'm wondering if i can just ...
1
vote
0answers
541 views
Twitter API + OAuth - 401 error developing locally using reverse SSH tunnel
I'm developing a django application which lets users connect their Twitter account.
As I'm developing locally, I have set up a reverse SSH tunnel so that the Twitter API has a valid callback url ...
1
vote
2answers
117 views
Squid logs on mongodb
I'm planning to log my squid instances to a mongodb, but the actual problem is that we have a huge traffic to be logged, every access authenticated with user/pass. Eventually we have to make some ...
1
vote
1answer
109 views
SQUID Proxy - does it have an interface for reviewing internet usage?
Does SQUID (for Windows specifically) it have an interface for reviewing internet usage?
More specifically if I wanted a way to track, for my PC at work, it's internet usage on a per ...
1
vote
1answer
37 views
Can Squid cause my pages to not use the latest file?
I just setup a wordpress blog and I am having a really hard time editing templates. The problem is that I will edit a template and upload the new version, refresh the page and some of the updated ...
1
vote
1answer
191 views
Squid is GPL2, must a bundled external_acl_type application also be GPL2?
Yes, I know you're not a lawyer. But writing software these days means understanding the bazillion licenses that we use day in and day out.
I'm struggling currently with Squid's GPL V2 License. ...