[users@httpd] Re: Weird issue with "H2Push" combined with FilesMatch

2023-10-25 Thread Jose Stefan
en the ones I tested are fixed or not. * Install the latest httpd from elsewhere and not the ubuntu repo. * Redo the config in a way that doesn't trigger the bug. --Jose Stefan

Re: [users@httpd] Weird issue with "H2Push" combined with FilesMatch

2023-10-24 Thread Jose Stefan
url does support http2 push, the command line tool has no way of showing that information. AFAIK. --Jose Stefan

Re: [users@httpd] Weird issue with "H2Push" combined with FilesMatch

2023-10-24 Thread Jose Stefan
perform my tests I'm mostly using the command line: nghttp -vn URL But to remove PHP from the equation. I've now peformed the following test. 1. saved the generated content as a static fileA.html 2. changed to this line: And after the test I still get the

[users@httpd] Weird issue with "H2Push" combined with FilesMatch

2023-10-24 Thread Jose Stefan
Hello, I have a weird issue while using "H2Push". I'm turning it off, but depending where it's nested it doesn't work as expected. Subset of config shown at the end. I'm using version: 2.4.52-1ubuntu4.6 on Ubuntu 22.04 LTS. With the code as presented, it still triggers a push for "fileC.css". I