https://bz.apache.org/bugzilla/show_bug.cgi?id=69432
Bug ID: 69432
Summary: regression in mod rewrite rule while migrating from
2.4.59 to 2.4.62
Product: Apache httpd-2
Version: 2.4.62
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: mod_rewrite
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
We are using below host header validation rule in Apache Http configuration,
that was working fine with 2.4.59 Apache server, when we migrate to 2.4.62
below rule is not working. It will ignore the host name validation in the
header(modify the hostname using burp tool). Can you please suggest what wrong
we are doing?
RewriteEngine On
RewriteCond %{HTTP_HOST} !test.test.test.com:2280$ [NC]
RewriteRule ^(.*)$ [R=301,L]
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]