从今天早上起,我就无法访问我的 Confluence。它位于 Ubuntu 12.04 服务器上。
错误本身是这样的
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /xxx/xx/xxxxx.
Reason: Error reading from remote server
我使用带有反向代理的 apache
我的 apache2 错误日志显示以下内容:
(70007)The timeout specified has expired: proxy: error reading status line from remote server
My apache config is this :
<VirtualHost *:80>
ServerName www.confluence.xxxxx.xxx
ServerAlias confluence.xxxxx.xxx
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ErrorLog /var/log/apache2/error.log
ProxyPass / http://xxx.xxx.xxx.xx:xxxx/ Keepalive=On
ProxyPassReverse / http://xxx.xxx.xxx.xx:xxxx/
<Location />
Order allow,deny
Allow from all
</Location>
</VirtualHost>
我看到有些人通过添加 Keepalive=On 来解决这个问题,但对我来说这没用。我当然重新启动了 apache2……没有成功。
有什么想法吗?如果您需要更多信息,请告诉我,我可以为您提供所需的一切。
编辑 :
我必须补充一点,官方的 Confluence 页面目前处于离线状态或出现问题,以及问题何时开始。这有关系吗?我的意思是它有某种联系,因为你可以通过界面安装更新和插件。
编辑2:
我们的一个用户说,他使用菜单导入 xml 文档后系统崩溃了。