Questions tagged [varnish-3]
8 questions
1
vote
1 answer
Varnish version shows as "retired"
We are currently using Varnish 3 which has reached its end-of-life.
We wanted to upgrade to a newer version but when checking the release summary seems all new releases are shown as "retired"
Specifically: https://varnish-cache.org/releases/
Does…

brakon
- 51
- 3
1
vote
1 answer
varnish4 vs varnish3 - grace behaviour
I'm currently working on a migration project from varnish3 to varnish4 and
I am facing a behaviour that I don't understand.
To put it simply, with the same configuration file used both in Varnish3
and Varnish4, I don't have the same results…

user1961659
- 87
- 1
- 7
0
votes
2 answers
varnish throwing 503 error after separating it into container
Below are the Varnish container and its log and application container and its log.
before i separate varnish into container the varnish was working fine within application container with the same below setup, but varnish throws 503/500 error after i…

Rajsekar Reddy
- 33
- 5
0
votes
2 answers
Varnish : Make An API request to fetch data and embedd it into response header to client
I want to send a cached page back to the user But the problem is that I need to generate a unique VISITOR_ID for every new user and
send it back to the user through headers , so I need to send an API call from varnish proxy server to my backend…

aadarsh verma
- 7
- 4
0
votes
1 answer
Ban or Purge the varnish cache
Q1:i am caching the content for mobile and desktop. I want to purge or ban cache only for mobile or only for desktop. So how to purge and ban cache for mobile and desktop.
Q2: i want to bypass the cache for Desktop user agent.I want to cache only…

Gourav gaur
- 21
- 3
0
votes
1 answer
Varnish how to cache for mobile and desktop site
I want to know how to cache for mobile and desktop site. I have mobile and desktop site whose root is written in nginx. Mobile/Desktop is served to the user based on the user-agent whenever the user visits the site, so in this scenario how to cache…

Gourav gaur
- 21
- 3
0
votes
1 answer
Varnish cache only homepage first
I am new to varnish cache.i have a website xyz.com and i want cache homepage first only so how to start with varnish and how will the vcl file look like for homepage cache only.
Please help.

Gourav gaur
- 21
- 3
0
votes
2 answers
installing varnish in ubuntu 16.04
Tried with 2 different approaches to setup varnish on ubuntu 16.04 in azure but not sure whether the approach of installation is correct.
Referred with different websites all seems to be same set of commands.
Approach 1
sudo apt-get update
sudo…

Sharath
- 2,348
- 8
- 45
- 81