https://bz.apache.org/bugzilla/show_bug.cgi?id=70012
--- Comment #1 from Benedikt Heine <[email protected]> --- Oops, sorry hit the Bug Submit button while uploading the attachment. The problem stems from a `Substitute "s/^##.*//"`, which just removes all content in a single line. If this runs, all other subsequent `Substitute` fail. If the bad substitution does not change anything, subsequent `Substitute` work without any problem. Also if the bad `Substitute "s/^##.*//"` is the only `Substitute`, which matches everything is fine. The workaround for me: `Substitute "s/^##.*/##/"` which empties out the comments. I don't know whether this is a known issue, I haven't found something similar in the bugtracker and I haven't found a "known issue" in the mod_substitute documentation. The docker compose project uses httpd:2.4.66, so it's also a problem in latest. -- 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]
