Missing authentication on Apache 2.4 when cloning

After switching to Apache 2.4 (using the config file from the recipe section). I realized when running a git clone http://host/path/repo.git
it is not asking for authentication. Where the nginx configuration is asking for user/password when cloning the very same repo.
Any idea on how to enable authentication for the Apache served up instance?
Thanks.