[gitorious] Access denied or wrong repository path [again]

2011-08-26 Thread gri
have this in my gitorious_auth.log: 26 I, [2011-08-25 21:14:55#21920] INFO -- : Connection from "79.206.182.38 64667 22" (gri): git-upload-pack 'test/test.git' 27 I, [2011-08-25 21:14:55#21920] INFO -- : Accepted "gri" for "git- upload-pack '/var/git/repositories/0df

[gitorious] Re: Access denied or wrong repository path [again]

2011-08-26 Thread gri
After some trying I found out: If I remove all other configs from /etc/apache2/sites-enabled except gitorious-ssl and gitorious.conf, pushing and pulling via ssh works fine. (gitorious.yml still contains developer.mydomain.com) If I restrict the gitorious site to its developer.mydomain.com subdom

[gitorious] Re: Access denied or wrong repository path [again]

2011-08-26 Thread gri
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 to

[gitorious] Re: Access denied or wrong repository path [again]

2011-08-27 Thread gri
On 26 Aug., 22:31, Rodrigo Rosenfeld Rosas wrote: > Have you restarted your daemons after changing gitorious.yml? As I remember I restarted the whole machine to make sure all services are restarted. Including a change for the gitorious_client_host to developer.mydomain.com. I will try this again