t/lib-httpd/apache.conf: load compat access module in apache 2.4
commitbb3f7ccadb5270e060cfbbb44f9c80a8c65cc449
authorJeff King <peff@peff.net>
Sun, 9 Jun 2013 08:08:45 +0000 (9 04:08 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Jun 2013 17:29:01 +0000 (14 10:29 -0700)
treefce10d021d7c2196cf05f93d26e2e847fbab9280
parenta8adcc4730339c69d173ea4f10c06d7af4a456b4
t/lib-httpd/apache.conf: load compat access module in apache 2.4

In apache 2.4, the "Order" directive has gone away in favor
of a new system in mod_authz_host. However, since we want
our config file to remain compatible across multiple Apache
versions, we can use mod_access_compat to keep using the
older style.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd/apache.conf