Whoops, forgot the CGI script component of the Apache config:
# Git HTTP Backend
SetEnv GIT_HTTP_EXPORT_ALL 1
SetEnv GIT_PROJECT_ROOT XXX
ScriptAlias /git /usr/lib/git-core/git-http-backend
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
I'm seeing exactly the same thing as #9.
AuthName "Git repository: setup"
AuthBasicAuthoritative Off
AuthBasicProvider pgsql
AuthType Basic
AuthUserFile /dev/null
require valid-user
Auth_PG_host XXX
Auth_PG_port XXX
Auth_PG_user XXX
Auth_PG_pwd XXX
Auth_PG_database XXX