h5bp/server-configs-apache

Missing `<IfModule mod_authz_core.c>` block

jamieburchell opened this issue · 1 comments

Should this be wrapped in the conditional check for the module, like in other places?

Require all denied

Thanks for opening this issue, @jamieburchell.
Indeed, this is a good catch, it should be surrounded by the appropriate <IfModule>.
Would you like to submit a pull request?