https://bz.apache.org/bugzilla/show_bug.cgi?id=69760

Eric Covener <cove...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Eric Covener <cove...@gmail.com> ---
(In reply to Sam Grey from comment #0)

> After upgrading to Apache 2.4.59,

2.4.59 was released about 15 months ago, are you sure of the versions involved?

> <VirtualHost *:443>
>     ServerName example.com
>     SSLEngine on
>     RewriteEngine On
>     RewriteCond %{HTTPS} on
>     RewriteRule ^secure/ /secure/index.html [L]

This rule can never match. In vhost context the first argument is applied to a
string starting with "/".  

What do the logs say with rewrite:trace8 enabled?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to