https://bz.apache.org/bugzilla/show_bug.cgi?id=52439
--- Comment #10 from Alexis Maiquez <[email protected]> --- There's an edge case with the Dave's patch involving Options All and SymLinksIfOwnerMatch If you add Options All to the .htaccess and have any rewrite rule and/or symbolic links on the filesystem apache will stop serving those files and send status 500 (and remove every option already enabled in server configuration). This does look like a bug, but there is no specific documentation on how the server should behave in such situations, so the patch I've attached enables everything that is not disabled by a prior AllowOverride. P.S: Sorry for the double post, didn't notice the file was being added without any comment at all. -- 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]
