我正在尝试设置一个 gitorious 实例,但总是出现错误。我正在使用 Passenger 来托管 Rails 应用程序。这是来自 vhosts 文件的部分:
<VirtualHost *:80>
ServerName git.domain.org
DocumentRoot /usr/share/webapps/gitorious/public
RailsEnv production
ErrorLog /var/log/httpd/rails_error_log
</VirtualHost>
在我的浏览器中访问域名时,通常会尝试指向 localhost.localdomain,这会导致加载页面时出现问题。错误日志为空白。
答案1
找到问题了。gitorious.yml 数据库有localhost.localdomain
主机名。将其更改为我的 IP 即可解决问题。