https://issues.apache.org/bugzilla/show_bug.cgi?id=46375
--- Comment #3 from Eric Covener <[EMAIL PROTECTED]> 2008-12-10 08:24:58 PST --- > However, why do I have to specify the "SetHandler None" in a <Files *.php> > container, to make it work? > > I would expect that a SetHandler None in <Directory> would simply remove all > handlers. > > Is that a misconception? > Yes, because you used a high priority (IOW merged later) container to set the "first" handler: The order of merging is: 1. <Directory> (except regular expressions) and .htaccess done simultaneously (with .htaccess, if allowed, overriding <Directory>) 2. <DirectoryMatch> (and <Directory ~>) 3. <Files> and <FilesMatch> done simultaneously 4. <Location> and <LocationMatch> done simultaneously -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
