I cannot find an example here: http://www.kernel.org/pub/software/scm/git/docs/git-http-backend.html
Is it possible?
Just don't put any AuthType
in your Apache config (so no LocationMatch
or Location
elements).
If you don't have AuthType , that means your Apache will simply pass along your git request to the cgi program git-http-backend
.
So no authentication will take place in that case: anonymous push will be possible.