I have a question about GitWeb configuration.
Following this manual I've installed GitWeb http://git-scm.com/book/en/Git-on-the-Server-GitWeb
But I need to configure apache or etc/gitweb.conf for the following, e.g.
- domain sub1.domain.com should use $projectroot = "/var/www/git_fsq/";
- domain sub2.domain.com should use $projectroot = "/var/www/git_2/";
- etc.
I don't have any free memory on the server to install something that can help me to hide some projects from some users =)
Could you help me how I can configure this in gitweb.conf or Apache VirtualHost settings?
Thanks.