The problem was traced down to the hugo theme, who is resizing images, and the unerlying engine that performs such resizing. I see tickets out on github that are discussing it. So, this is nothing I am doing directly and worth discussing here.
Ciao -------- Original Message -------- On Monday, 05/25/26 at 15:42 Kirill A. Korinsky <[email protected]> wrote: On Mon, 25 May 2026 15:18:17 +0200, Otto Cooper <[email protected]> wrote: > > Following the white rabbit down its hole, I see that httpd is just fine, > while the problem is hugo 0.160.1 who is returning a timeout when calling > Resize on a webp image. So the problem seems to be with the package hugo, > as the webp is one years old and just fine with the previous package. > Well, you may use hugo to statically compile your site in advance and server it by httpd. If you use hugo server, when you need a wait because it uses caches, and I almost sure that upgrade of hugo invalidated majority of them. Still, I suggest to share config and request which leads to 403, because it looks very suspicious from that you explaning. -- wbr, Kirill

