Re: [users@httpd] apache, git, and gitweb

2018-04-07 Thread David Mehler
Hello, I got it going. Here's my apache configuration: # The git.domain.com http virtual host DocumentRoot /usr/local/www/git/repos ServerName git.domain.com ServerAdmin webmas...@domain.com ErrorLog /var/log/git-httpd-error.log CustomLog /var/log/git-httpd-access.log combined # share well-kno

[users@httpd] apache, git, and gitweb

2018-04-06 Thread David Mehler
Hello, Does anyone have an apache 2.4 with git/gitweb setup going? I'm wondering if it is possible to have I guess it would be like a double url: https://git.domain.com/git/repos/myrepo.git and that /git is an apache ScriptAlias for git-httpd-backend (can I still have this functionality but drop