Ok, problem solved!

I emptied all logs and found that a ssh pull request logs the
following in gitorious-access.log:
127.0.0.1 - - [26/Aug/2011:16:34:22 +0200] "GET /test/test/config HTTP/
1.1" 200 83 "-" "-"

So it seems gitorious asks the default server at 127.0.0.1 for every
pull.
Changing <VirtualHost *:80> to <VirtualHost 127.0.0.1:80> in
gitorious.conf solves all problems and also hides the non-ssl version
for everyone :)

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to