skip to Main Content

Configure varnish with apache on ubuntu 18.04

I have been trying to install Varnish on ubuntu 18.04. I have used this article https://hostadvice.com/how-to/how-to-setup-varnish-http-cache-on-an-ubuntu-18-04-vps-or-dedicated-server/, after I run the command curl -I http://localhost but I get the error curl: (7) Failed to connect to localhost port 80: Connection refused.…

VIEW QUESTION

Varnish WordPress SSL Apache

i'm using wordpress, and i need web page accelerator. I have SSL and i've decided to install Varnish. Configurations looks like that Request -> Apache (:443) -> Varnish (:80) -> Apache (:8080). All works fine, page display correctly, my header…

VIEW QUESTION

Is this a varnish hit? – Magento

I am having an issue with Varnish installed with Magento 2, I have followed this tutorial https://slack-redir.net/link?url=https%3A%2F%2Fwww.techrepublic.com%2Farticle%2Fhow-to-speed-up-apache-with-varnish-http-cache%2F I used the next command : curl -I localhost/folder1/folder2 HTTP/1.1 200 OK Date: Tue, 16 Oct 2018 22:23:50 GMT Server: Apache/2.4.18 (Ubuntu) Last-Modified:…

VIEW QUESTION

WordPress, Varnish, Apache, SSL

i have installed wordpress and i've set SSL (LetsEncrypt). It works fine since few months. Now i want to add Varnish to speed up site and i have one issue. My config is: MyPage.com (443) -> Varnish (80) -> MyPage…

VIEW QUESTION
Back To Top
Search