Hi!
I'm trying to set up smart HTTP with apache2 for a few days now. None of
the tutorials I tried just don't work, I have no idea why.
I seems like the git client isn't even trying to use smart HTTP, it is
directly requesting the info/refs file. Is that how it should be?
I'm using this config for apache, it sits in the vhost I'm using:
#git
SetEnv GIT_PROJECT_ROOT /crypt/git
SetEnv GIT_HTTP_EXPORT_ALL
#SetEnv REMOTE_USER=$REDIRECT_REMOTE_USER
#Alias /git /crypt/git
ScriptAlias /git /usr/lib/git/git-http-backend/
<Location /git>
Allow from all
Order deny,allow
AuthType Basic
AuthName "Git global"
AuthUserFile /etc/apache2/auth/passwd
AuthGroupFile /etc/apache2/auth/groups
Require group git-shared
SetHandler cgi-handler
AllowOverride None
Options +ExecCGI -Includes
</Location>
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.