[Bug 70084] rewrite recipe for ACME challenge exemption failing
[email protected] Thu, 28 May 2026 00:09:35 +0000
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=70084 Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Rich Bowen <[email protected]> --- Yes, you are absolutely correct. The line in the doc is RedirectMatch permanent "^/(?!\.well-known/acme-challenge/)" "https://www.example.com/$0" And that should have been $1 rather than $0 RedirectMatch permanent "^/(?!\.well-known/acme-challenge/)" "https://www.example.com/$1" But I'm reasonably sure that both of your examples work as well. Fixed in r1934697 and 1934698. -- You are receiving this mail because: You are the assignee for the bug.