Re: [users@httpd] Apache 2.4.64 and SNI

2025-07-16 Thread Pascal Christen
Hi Yes, we're also seeing some different behaviour since the update to 2.4.64 To us, it seems like an incomplete fix that has unwanted side effects. This is the patch for CVE-2025-23048 -> https://github.com/apache/httpd/commit/c4cfa50c9068e8b8134c530ab21674e77d1278a2 How to reproduce: Simple

[users@httpd] Strange behavior of nested directives and mod_rewrite

2024-09-13 Thread Pascal Christen
Hi I have the following setup in my httpd.conf inside the : RewriteEngine on RewriteRule ^nonexists.php$ /target.php?nonexists RewriteRule ^exists.php$ /target.php?exists Header always set x-request-first-if "YES" Header always set x-request-seco