https://issues.apache.org/bugzilla/show_bug.cgi?id=46375
--- Comment #2 from Igor Galic <[EMAIL PROTECTED]> 2008-12-10 07:58:56 PST --- In my previous post you see that the first <FilesMatch \.php$>, doing the SetHandler *is* in the *ServerContext*: http://httpd.apache.org/docs/2.2/sections.html#mergin perfectly agrees with the previous paste from the docs: "Sections inside <VirtualHost> sections are applied after the corresponding sections outside the virtual host definition. This allows virtual hosts to override the main server configuration." 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? -- 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]
