Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
45 views

I don't understand the way the handle my cache tag in magento 2. I have implemented DataObject/IdentityInterface.php for my models wishlist and wishlistitem. So when I create a wishlist for example I ...
R Lopez's user avatar
  • 199
0 votes
2 answers
59 views

I've created a simple Varnish VMOD and I'd like to debug it using gdb. I've built the VMOD with -g -O0. Varnish is running in Docker using the official 7.6.1 image with the built and installed VMOD. ...
duffn's user avatar
  • 3,790
0 votes
1 answer
89 views

I have an Opencart 3.0.3.8 site on a server running AlmaLinux 8 with Plesk installed. The server uses PHP-FPM and Nginx. My site, which has approximately 7,000 products, uses the Complete SEO Package ...
Mehmet Yılmaz's user avatar
1 vote
1 answer
105 views

We have a set up with Varnish + Cloudfront in front of Drupal 10. Cloudfront -> Varnish -> Nginx/PHPFPM -> Drupal 10 Drupal suggests turning off internal page cache for large sites (over 100k ...
KBS's user avatar
  • 114
1 vote
1 answer
44 views

Is there a way to hash a string in the OS version of Varnish 7? For example using SHA256. Basically I need an equivalent of this: import digest; sub vcl_hash { hash_data(req.url); hash_data(...
Martynas Jusevičius's user avatar
-1 votes
1 answer
134 views

A HTTP request in our case first hits the Varnish server and then one of its two backends. The backends service is a flask+uwsgi application. I have observed that during peak traffic hours, the ...
Sourabh Ojha's user avatar
-1 votes
1 answer
150 views

we provide a website using Plesk managed environment with nginx as reverse proxy to varnish (6.2) and apache as backend. There is no problem. Now we have a new server running on Almalinux 9, installed ...
Luco's user avatar
  • 9
0 votes
1 answer
163 views

Using varnish 7.3, trying to do 'import dynamic from libvmod-dynamic, but get error "Could not find VMOD dynamic" Am I doing this wrong or is it not include in 7.3? If not, any tips to ...
Kari Cowan's user avatar
0 votes
1 answer
55 views

The Varnish documentation on ban is not exactly clear to me. It suggests only a bunch of variables and operators are allowed, but also hints TTL could be used. What I would like to write is in the ...
ColdT's user avatar
  • 3
-1 votes
1 answer
58 views

I have installed Varnish on a remote server and configured it for my Drupal website. The Varnish headers show that requests are passing through the Varnish server for the entire page, but it is not ...
Saghrouni Tarek's user avatar
1 vote
2 answers
206 views

I'm running a fresh Varnish 7.5 install together with Hitch as a proxy for a remote server. It works great. But I'm trying to port in a little bit of inline C from my old install and I can't for the ...
8protons's user avatar
0 votes
1 answer
68 views

Hi I'm trying to cache container registry with varnish My current setup is like this Gitlab Rails --> varnish_node:6081 --> nginx:80 --> OpenStack s3:6780 Whenever I set Rails machines to ...
IeuD's user avatar
  • 93
0 votes
1 answer
5k views

My Drupal 10 website hosted on OVH. I recently tested the form (it's a Webform module) which includes a field for uploading a file, and clicked 'submit' button, an error appears on the page: Error 503 ...
ELIZ Des's user avatar
0 votes
1 answer
35 views

I am troubleshooting a problem with Varnish (version 4) where it only sends traffic t a single backend host, even if it is unhealthy. Here is the VCL: vcl 4.0; import std; import directors; ...
grahamjgreen's user avatar
0 votes
1 answer
848 views

On a site, I have a caching infrastructure like this: Redis cache, to cache database-queries. Varnish cache, to cache application responses (HTML, CSS, JS, etc.). Browser cache (Cypress clears this ...
Zeth's user avatar
  • 2,842
0 votes
1 answer
279 views

At home, I have 1 hosted server with some websites, using Virtualmin (great tool!) and everything is working fine with HTTPS, HTTP...even behind my internet router, using NAT by forwarding ports 80 ...
kiminox's user avatar
0 votes
1 answer
66 views

On a varnish cache server, I would like to send all logged in traffic to a remote server, while keeping non-logged in users in the same server w/ varnish. Currently, I have nginx web server running ...
Ubuntubasic1864's user avatar
0 votes
1 answer
160 views

We have a Varnish server running in front of our Magento site. We find that Magento is pretty slow when it comes to serving pages, and as such we want to have Varnish serve all category and product ...
Daniel Black's user avatar
0 votes
2 answers
51 views

We have an laminas application which uses Akamai, Varnish and Memcache currently we have updated 404 page with updated content on it, but it loads old content on load/refresh and only loads fresh ...
Rajsekar Reddy's user avatar
-1 votes
1 answer
136 views

I am following the tutorial production-postgis-vector-tiles-caching. However when I try to setup pg_tileserve to serve tiles under reverse proxy and varnish also under reverse proxy, I always get an ...
kartoza-geek's user avatar
0 votes
1 answer
78 views

I am certainly doing something wrong or I am missing something because it is driving me crazy. I am using Varnish 6 in defautl.vcl, I am trying to not cache 5xx errors and preserve the existing cache ...
Tim's user avatar
  • 1
1 vote
2 answers
239 views

We are using Symfony (Sulu) with Varnish as reverse proxy, with tag based invalidation (xkey) which works as expected. Now we want to use ESI for dynamic blocks on our website, separate from the "...
hsmsm's user avatar
  • 13
0 votes
1 answer
614 views

how do you monitor running threads in varnishd in production? We have configured varnishd to max threads = min threads = 1000. We are monitoring the MAIN.threads and MAIN.threads_created metric, but ...
Jonas's user avatar
  • 1
0 votes
1 answer
2k views

I am trying to mirror all GET requests on my nginx server, to another web application for split testing. This works and filters all request types but GET - but - unfortunately it also sends PURGE ...
Niels Kristian's user avatar
0 votes
1 answer
263 views

I'm trying to use Hitch to add https support for one old project with own http server written in C. The Hitch itself is working, but is there any way how to handle, when user try to use http? E.g. I ...
Daniel's user avatar
  • 96

1
2 3 4 5
42