https://bz.apache.org/bugzilla/show_bug.cgi?id=57584
--- Comment #6 from sebast...@pipping.org --- (In reply to Rich Bowen from comment #1) > Fixed the FilesMatch so that it no longer matches the file '.cgi' in r1673954 Is that change meant to be about hidden file in general? I would expect something like "^[^.].*\.cgi$" (or "^[^/.].*\.cgi$"?) rather than ".+\.cgi$" in that case. Right now, would '...cgi' still be hidden and executed? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org