5
votes
4answers
1k 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
5answers
223 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
4answers
216 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
4answers
81 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
4answers
438 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 …
2
votes
2answers
533 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 …
2
votes
2answers
179 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 …
2
votes
1answer
652 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 …
1
vote
2answers
1k 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 …
1
vote
1answer
64 views
Best Technology to use to set up an audio file cache
We have a client application that allows users to download full length 192Kb/s MP3 audio files. Because the files are stored externally to us as a business, we need to be able to:
1) Copy file from …
1
vote
1answer
148 views
Best Squid Administrators GuideBook
Recently I have been charged with implementing Squid Proxy server for my organization of approximately 250 users. I have plenty of Linux experience and I am looking to find the best administrators …
1
vote
1answer
625 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 …
1
vote
5answers
981 views
Tux, Varnish or Squid?
Hi folks
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 …
1
vote
2answers
120 views
Squid Programming
Does anybody know a good tutorial about Squid plug-in development?
0
votes
1answer
44 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 …
