webconfig: move GIT_HTTP_EXPORT_ALL=1 into git-http-backend-verify
commitb4969f4a54cb30409ddfa1bafcb5ea91ecb3ae84
authorKyle J. McKay <mackyle@gmail.com>
Fri, 13 Feb 2015 19:30:59 +0000 (13 11:30 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 13 Feb 2015 19:30:59 +0000 (13 11:30 -0800)
tree523d30daf35290af54b68b375c5feff9b3b4c95f
parent777a621dc845cc72041fd41f6697c235b8687196
webconfig: move GIT_HTTP_EXPORT_ALL=1 into git-http-backend-verify

Girocco is not really set up to work properly without GIT_HTTP_EXPORT_ALL=1.
Therefore move GIT_HTTP_EXPORT_ALL=1 from apache.conf into the
git-http-backend-verify script where it belongs.

The also means that, by default, accidentally configuring the web
server to directly run git-http-backend instead of git-http-backend-verify
will likely fail to serve anything thereby avoiding the possible bypassing
of various access checks.
apache.conf.in
bin/git-http-backend-verify