无法通过https访问git

时间:2013-08-06 10:30:31

标签: git https

我已将此内容放在 httpd.conf

<VirtualHost *:17501>
ServerName my.server.com
SetEnv GIT_PROJECT_ROOT /var/opt/git/repos
SetEnv GIT_HTTP_EXPORT_ALL
SetEnv REMOTE_USER=$REDIRECT_REMOTE_USER
ScriptAlias /git /usr/libexec/git-core/git-http-backend/

<Directory "/usr/libexec/git-core*">
   Options ExecCGI Indexes
   Order allow,deny
   Allow from all
</Directory>
</VirtualHost>

我想通过端口17501访问https,存储库的路径为/var/opt/git/repos

我应该做出任何其他更改吗?有什么想法吗?

0 个答案:

没有答案