On Sep 27, 2013, at 1:50 PM, Benjamin Coddington <[email protected]> wrote:

> since I'll now need to generate a large number of
> AllowOverrideList configurations in order to implement this across our
> hosting - which requires I walk our modules to find all the directives in
> FileInfo and explicitly allow them to disable these mod_fcgid directives.

Or... just use this:

httpd -L | grep -B3 FileInfo | grep -B2 .htaccess | egrep '^\w'

Ben

Reply via email to