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

2023-10-24 Thread Paul
On 2023-10-24 14:09, Frank Gingras wrote: [snip] Keep in mind that nghttp2 is a build requirement for HTTP/2, which was outlined in the threads pertaining to CVE 2033-44487. Testing with that tool should be fine. Good point, thanks. I had missed it. In the Ubuntu world (nearly all of my

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

2023-10-24 Thread Jose Stefan
Hello Paul, Sorry, that's hotmail default behavior for replies. I have tried removing all default quoted text for this post and quoting manually to see how it turns out. What version of Apache / httpd? What server system / version? I personally had never heard of Nghttp, and their website

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

2023-10-24 Thread Frank Gingras
On Tue, Oct 24, 2023 at 2:02 PM Paul wrote: > On 2023-10-24 13:17, Jose Stefan wrote: > > Please don't top-post > > > No, not that I am aware off. The push is only triggered by the > > "H2PushResource" directive shown. Which I tried to showcase with the > > 3^rd test. > > > > Within fileA.php

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

2023-10-24 Thread Paul
On 2023-10-24 13:17, Jose Stefan wrote: Please don't top-post No, not that I am aware off. The push is only triggered by the "H2PushResource" directive shown. Which I tried to showcase with the 3^rd  test. Within fileA.php and fileB.php the stylesheet is loaded with this line: A tag

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

2023-10-24 Thread Jose Stefan
Hello Paul, No, not that I am aware off. The push is only triggered by the "H2PushResource" directive shown. Which I tried to showcase with the 3rd test. Within fileA.php and fileB.php the stylesheet is loaded with this line: A tag within the html content, and not a header. To perform my

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

2023-10-24 Thread Paul
On 2023-10-24 11:31, Jose Stefan wrote: 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

[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".