Thanks for the reply Eric. 1. Regarding "Proxied so it never hit the filesystem and never matched” if ProxyPassMatch is being used for php-fpm and blocking access to a .php file is goal, how can that be accomplished? Or maybe I am not understanding how that works.
2. As for "Overridden by section with higher precedence like Location or htaccess” is there some way to determine that besides culling thru lines of config files line by line? On 8/9/17, 3:33 PM, "Eric Covener" <[email protected]> wrote: >On Wed, Aug 9, 2017 at 3:03 PM, Rose, John B <[email protected]> wrote: >> If all the necessary modules are installed, what would prevent this from >> working? >> >> <Files "private.html"> >> Require all denied >> </Files> > >Not in a config file being read >Proxied so it never hit the filesystem and never matched >Overridden by section with higher precedence like Location or htaccess >Browser cache > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] >
