Tagged Questions

Varnish cache is a reverse http proxy that caches, i.e. a web accelerator. It is open source software used to speed up websites.

learn more… | top users | synonyms

19
votes
2answers
4k views

Memcache(d) vs. Varnish for speeding up 3 tier web architecture

I'm trying to speed up my benchmark (3 tier web architecture), and I have some general questions related to Memcache(d) and Varnish. What is the difference? It seems to me that Varnish is behind the ...
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 ...
11
votes
0answers
169 views

How to properly set up Varnish for Symfony2 sites?

I have a website (with ESI) that uses Symfony2 reverse proxy for caching. Average response is around 100ms. I tried to install Varnish on server to try it out. I followed guide from Symfony cookbook ...
9
votes
1answer
422 views

Disadvantages to rack-cache vs. Varnish in Heroku cedar stack?

The previous 2 Heroku application stacks came with a Varnish layer which automatically reverse-proxy-cached content based on http headers. The new Heroku cedar stack doesn't have this Varnish layer. ...
7
votes
4answers
303 views

Is it good to have Memcache, APC and Varnish on LAMP servers

I have 3 web servers I need to optimize. I currently have just a little over 2000 unique visitors a day and I want to improve performances on my servers to make sure when I will get more traffic ...
7
votes
2answers
2k views

How to make Varnish ignore, not delete cookies

I want to use Varnish to cache certain pages even in the presence of cookies. There are 3 possibilities that I need to take care of: An anonymous user is viewing some page A logged in user is ...
6
votes
3answers
470 views

Why does Django not generate CSRF or Session Cookies behind a Varnish Proxy?

Running Django 1.2.5 on a Linux server with Apache2 and for some reason Django seems like it cannot store CSRF or Session cookies. Therefore when I try to login to the Django admin it gives me a CSRF ...
6
votes
2answers
462 views

User-friendly error pages from Varnish

We are using Varnish at the front of Plone. In the case Plone goes down or serves an internal error we'd like to show a user-friendly static HTML page which some CSS styling + images. ("The server is ...
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 ...
5
votes
1answer
339 views

Varnish and ESI, how is the performance?

Im wondering how the performance of th ESI module is nowadays? I've read some posts on the web that ESI performance on varnish were actually slower than the real thing. Say i had a page with over ...
5
votes
4answers
2k views

Getting Varnish To Work on Magento

First please forgive me for total lack of understanding of Varnish. This is my first go at doing anything with Varnish. I am following the example at: ...
5
votes
2answers
373 views

Is it possible for Rails sessions to be created 'just in time'?

My understanding of the session lifecycle in Ruby on Rails (specifically v3 and upwards) is that a session is created at the start of a request, for each and every request, and if that request doesn't ...
5
votes
2answers
4k views

Configure multiple sites with Varnish

We have a server which needs to server multiple domains though varnish e.g. example1.com, example2.com and example3.com Our current .vcl file looks like this: sub vcl_recv { set req.http.Host = ...
4
votes
1answer
119 views

How do we configure symfony 1.4 to use it with Varnish?

I had a huge load on my servers yesterday, and, even if I worked on optimizing the performances before (I had a similar problem about 2 months ago), my servers couldn't handle the load (I have a ...
4
votes
1answer
144 views

Making Plone site temporarily static for high traffic peak

We know there is a surge of traffic hitting a Plone site on a certain day. Last time this happened we couldn't crank enough power out of Plone to make it run smoothly. Now I am asking what kind of ...
4
votes
2answers
205 views

Regex Syntax changes between POSIX and PCRE

We are currently in the process of upgrading our Varnish Cache servers. As part of the process, we upgraded only one of them to see how it behaves compared to the older versions. Some of the major ...
4
votes
4answers
483 views

Is Varnishd the right caching solution to use with Rails?

I want to cache full pages on our web application (thousands of pages) that are rendered by the Rails stack, but don't change very often. Each render is quite expensive in terms of resources. My ...
4
votes
3answers
852 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
1answer
37 views

Customer Headers With PHP & Varnish

I'm currently working on a Varnish (v3) set up, but I was wondering if anyone had any advice on the following. I'm trying to use PHP's Header() function to set a custom header, for example, Test: ...
3
votes
1answer
133 views

Varnish Cache & Shopping Carts

I've been looking into Varnish recently and doing some heavy Google searching. We've recently set this up in anticipation for Christmas on our server that runs an ecommerce site. We'll be having ...
3
votes
2answers
144 views

'Vary: If-None-Match' to cache mobile and desktop requests seperately

Note: Please correct me if any of my assumptions are wrong. I'm not very sure of any of this... I have been playing around with HTTP caching on Heroku and trying to work out a nice way to ...
3
votes
1answer
305 views

Using Django's CSRF-protection on views cached by Varnish

I have a Django view with a form that uses CSRF protection. I want this view to be cached by Varnish when there is a normal GET request (since all users need the same form, no login). So there are ...
3
votes
1answer
207 views

Why Plone 3 sets language cookie to CSS & JS registry files and how to get rid off it?

Plone 3.3.5, LinguaPlone and Products.CacheSetup installed. Language cookie set for portal_css and portal_javascript files HTTP/1.1 200 OK Server: Zope/(unreleased version, python 2.4.5, ...
3
votes
3answers
1k views

Varnish Cache not Caching PHP with Sessions Unless backend TTL altered

I'm new to Varnish Cache and have a question I hope I can get some help with. I have a very simple and basic setup but it's not working as I understand it should for some reason. It's related to ...
3
votes
2answers
1k views

Should I go with Varnish instead of nginx?

I really like nginx. But recently I've found that varnish gives you an opportunity to implement smart caching revers proxy layer(with URL purging). I have a cluster of mongrels which are pretty ...
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 ...
2
votes
2answers
153 views

Varnish Sort Querystring Parameter

I've got a lot of requests that avoid caching because all of their list permutations are listed, ie: http://.....&var=a,b,c http://.....&var=a,c,b http://.....&var=b,a,c ...
2
votes
0answers
153 views

How to configure ulimit with supervisord (to start varnish)

I am migrating a server configuration to supervisord (from init.d files). There are a few instances of varish running. I remember when I started using varnish I had ulimit problems so there is the ...
2
votes
1answer
179 views

plone.app.caching and settings Varnish to purge the cache

I am running Plone 4.1 on Ubuntu 10.04. How one should configure Varnish (public IP:80) - default.vcl from Ubuntu/Debian plone.app.caching ... so that purging works correctly I am not that ...
2
votes
1answer
802 views

Setting up varnish on same server as webserver

Our company recently decided to start working with the Varnish HTTP accelerator. Most important why we chose this solution was because we are a company that specializes in building web shops (Magento ...
2
votes
1answer
104 views

How to expire cached pages when only the CSS url changes

Scenario: I make an update to a CSS file, push to the CDN, and need to change the version number in the query string to make sure that users' browsers download the latest copy Here's the problem: all ...
2
votes
3answers
493 views

APC and Varnish

I am using varnish for reverse proxy and apc for op-code caching. Have anyone used both for same site ? Is there an overhead between compatibility between both ? My personal opinion is that both ...
2
votes
3answers
744 views

Varnish Cache will not do ESI include

I am having problems getting even the simplest of Varnish Cache ESI tests to work. After trying and trying I thought I ask here. Basically it just wont include the ESI file. It's just returning the ...
2
votes
2answers
140 views

How bad this sql query is?

I run this query on SQL server which run with Varnish cache server. select count(distinct email) from aiki_users, ocal_files where userid = (select upload_user from ocal_files where ...
2
votes
2answers
262 views

Strange problem getting $ENV{'QUERY_STRING'}

I'm having a strange problem here. I'm moving a (working) site to a new apache server to which I don't have direct access (I have to go through two people to get stuff done). The site uses a perl ...
2
votes
2answers
1k views

How do I set HTTP Headers in Ruby/Sinatra app, hosted on Heroku?

I've got a working app based in Ruby and Sinatra that is deployed on Heroku. I want to take advantage of the HTTP caching available on Heroku, which uses Varnish. I'm not sure what the best way to ...
1
vote
0answers
57 views

Bad gateways with large POST uploads and my apache + varnish + plone setup

This is a rather complicated scenario, so I would highly appreciate any pointer to the correct direction. So I have setup apache on server A to proxy https traffic το server B, that is a plone site ...
1
vote
1answer
78 views

Varnish vcl_hash to remove a parameter

I'm using Varnish 2.0.6 and I'm having trouble with finding good documentation to write the vcl_hash function. I need to remove a few parameters from the URL of my API before caching. In particular a ...
1
vote
0answers
160 views

Symfony2, Varnish and ESI lead to strange behavior

I have the following config: varnish (80) <-> nginx (8080) <-> php-fpm (9000) (Same behavior using Apache with mod_php) My Varnish config: backend default { .host = "127.0.0.1"; ...
1
vote
0answers
92 views

Varnish MISS cache and Varnish control terminal is not responding at 192.168.56.102 on port 6082 [closed]

I am using varnish on one box (192.168.56.102) and apache on other box (192.168.56.105). on varnish box - in /etc/varnish/default.vcl backend default { .host = "192.168.56.105"; .port = "80"; } and ...
1
vote
1answer
161 views

Symfony2 and Varnish - Understanding how it works

I'm running symfony2 on a Apache and Varnish in front of Apache. I configured varnish to work with symfony (http://symfony.com/doc/current/cookbook/cache/varnish.html) and it works fine. Now here's ...
1
vote
1answer
80 views

How to implement Varnish within a Zend Framework 1.11 project

I don't know much about Varnish, but as far as I know, I need to include ESI tags inside my views, is it right ? Does any of you have any feedbacks on implementing such architecture? I already found ...
1
vote
0answers
36 views

how to get request body in varnish

I am currently working on a project based on varnish.. we write vcl and vmod. But the project needs to check the request body. How can I get the post request body in VCL or vmod with a C function?
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
1answer
116 views

High # of N expired objects. Why? - (inside is my varnishstat and default.vcl)

I have apache2 with Varnich 2 running. My prob is that even though my cache-control is set to 1 year, varnish still have a load of N expired objects 1971. Here's my default.vcl it shows my setting any ...
1
vote
1answer
102 views

What happens when Varnish Cache is full?

I'm using varnish with -s malloc,1G" It's currently 98% full. Once it completely full what will happen? With it purge? Maybe purge old images/pages? Or better yet purge the files with least ...
1
vote
3answers
192 views

Varnish 301 redirect displays a white page

We use varnish as our load balancer (among other things) but we get some strange behavior at the moment. We have a script that gets called with some parameters, and depending on what parmas you pass, ...
1
vote
1answer
136 views

Caching images only for PHP application

I got in my web application (PHP) a feature of uploading and sharing images. I need to know what is the best caching technology for caching only images. There will be more reading than writing. So ...
1
vote
1answer
44 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
1answer
96 views

Counting Pageviews for some urls

I'm loving Varnish, I have a bit of a problem though. I'm counting pageviews for some resource on my site. Pageviews increment are limited via session in order not to count multiple views for each ...

1 2 3 4