Tagged Questions
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
855 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 ...
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 ...
1
vote
1answer
38 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
1answer
46 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
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 ...
0
votes
0answers
222 views
Which reverse proxy accelerator is recommended with Apache/PHP - Varnish or Squid or some other? [closed]
Possible Duplicate:
Tux, Varnish or Squid?
We want to implement concept of reverse proxy accelerator.
Consider the pure LAMP environment which reverse proxy accelerator is recommended -
...
0
votes
1answer
423 views
Varnish or Squid as cache server with IIS
Can we setup a Varnish or Squid server as web cache server for IIS server?
I did not find much information anywhere. Please let me know where can I get information
0
votes
1answer
176 views
Reverse Proxy dynamic webserver loading
Is there any way to dynamically load and unload webservers from a reverse proxy?
For example let's say I have a cluster of 100 apache servers and I want to patch the servers. I would like the have a ...