The only installation instructions I see for 2.7, which is under Ubuntu, indicate that the Apache module apreq is needed. Is this true for the OS X setup?
mod_apreq is not one of the modules that one can simply enable in https.conf by uncommenting, since it's not listed in what MacPorts installs for Apache. I thought perhaps the MacPorts Perl p5-libapreq port might do instead, but if I try to install it, it returns error: "Unable to execute port: Can't install apache because conflicting ports are installed: apache2".
Or is mod_apreq already handled by the MacPorts library apr or apr-util, so that I need do nothing with respect to activating apreq?
How might I proceed?