Re: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-09-13 Thread Eric Covener
I haven't had a chance to look, please open a bug with as much detail as you can: https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2 On Fri, Sep 13, 2024 at 2:36 PM Daiya, Devendra singh wrote: > > Hey Eric, > > > > Did you get chance to review below logs. > > Release 2.4.62 h

RE: FW: [users@httpd] rewrite rule issue with Apache 2.4.62

2024-09-13 Thread Daiya, Devendra singh
Hey Eric, Did you get chance to review below logs. Release 2.4.62 had caused our entire production down. We are using the outdated working version 2.4.59 which is vulnerable too. Can’t use that for long. 2.4.62 made changes to mod_rewrite.so module, could you please provide us the details of ch

[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