Questions tagged [varnish]

9 questions
4
votes
1 answer

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-karstensen/+archive/ubuntu/varnish-modules but this…
cherouvim
  • 215
1
vote
0 answers

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 ------>Varnish(8081) ----------> apache2(8080) ---80--->…
Nullpointer
  • 1,191
  • 4
  • 16
  • 34
1
vote
1 answer

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 Pound (:443), and currently I have Apache running…
1
vote
0 answers

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 running a nodeJS server (using express). The app…
0
votes
1 answer

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 nginx[2863]: nginx: [emerg] bind() to 0.0.0.0:80…
Kevin
  • 354
  • 1
  • 4
  • 23
0
votes
1 answer

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 created symlink in sites-enabled for #1 reloaded…
Artreaktor
  • 101
  • 2
0
votes
2 answers

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 traffic at this time. Any suggestions? Thank you!
0
votes
1 answer

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 message. :~$ sudo service varnish status ×…
Mukesh
  • 113
0
votes
1 answer

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 http I am able to see curl -I http://example.com But when…