t/lib-httpd/apache.conf: load extra auth modules in apache 2.4
authorJeff King <peff@peff.net>
Sun, 9 Jun 2013 08:08:22 +0000 (04:08 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Jun 2013 17:28:16 +0000 (10:28 -0700)
In apache 2.4, the "Auth*" and "Require" directives have
moved into the authn_core and authz_core modules,
respectively.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found