Skip to main content

Questions tagged [varnish]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
0 votes
1 answer
633 views

varnish.service: A process of this unit has been killed by the OOM killer

I have varnish installed on the Ubuntu server 22.04. The environment is Php8.1 and Varnish 7.3.0. The server has 16GB RAM. For me the Varnish keep on crashing intermittently and I get following ...
Mukesh's user avatar
  • 113
0 votes
1 answer
443 views

how to configure Varnish, Nginx Virtual Host & Letsencrypt SSL together

I need some help in configuration of Varnish Cache, Nginx, & SSL on virtual hosts. I am able to configure the Varnish & Nginx on the server IP (Default virtual host). When I access site at ...
Sanjay Goswami's user avatar
4 votes
1 answer
998 views

How to have varnish-modules installed on 20.04

The source is at https://github.com/varnish/varnish-modules but I couldn't build it. Ideally I'd want something installable through a ppa. The closest I could get was https://launchpad.net/~lasse-...
cherouvim's user avatar
  • 215
1 vote
0 answers
918 views

Redirect to https with www for particulate domain on HAproxy

I've setup Haproxy, varnish and apache2 on ubuntu server and there are multiple web site running with http and https. following setup configured as below: ---443--> | | HAProxy ------&...
Nullpointer's user avatar
  • 1,191
1 vote
1 answer
2k views

Varnish 4.0 problems - Service running, and Listening but not responding

this is the first time Ive installed varnish 4.0 - I suspect config etc is relatively simple and have installed varnish on a few other servers. However I can't get Varnish to respond. I've setup with ...
Nathan.x0's user avatar
0 votes
1 answer
2k views

Find nGinx Bound Port

I'm having a heck of an issue here. I have nginx & varnish installed. Configured nginx to listed on port 8080, and varnish to listen on port 80 nGinx will not start due to Jul 06 16:26:36 host ...
Kevin's user avatar
  • 354
0 votes
1 answer
70 views

Disabled domain remains active. Varnish:80, Nginx:8080

I need to move dev.mydomain.com to mydomain.com to make new site available on the official domain. In order to do this I: created new vhost record in /etc/nginx/sites-available for domain.com ...
Artreaktor's user avatar
1 vote
0 answers
592 views

Setting up Varnish Cache with nodeJS

Goal: I'm trying to setup varnish on my Ubuntu webserver. I've read the docs and getting started stuff, doesn't look too complicated, however, I don't think my site is ever being cached by it. I am ...
Shan Robertson's user avatar
0 votes
2 answers
651 views

Configuring a HTTP and HTTPS web accelerator using Varnish

I have installed and configured varnish on my new server. The server is currently working for http traffic. I would like to also forward SSL traffic to my webserver. It is not necessary to cache this ...
Dgahagan's user avatar