Confluence代理错误原因:从远程服务器读取错误

从今天上午以来,我无法访问我的合stream。 它在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当然..没有成功。

有任何想法吗? 让我知道如果你需要更多的信息,我可以给你所有需要的。

编辑:

我必须补充一点,正式的合stream页面是脱机的,或者现在遇到麻烦了,问题何时开始。 这可以相关吗? 我的意思是它以某种方式连接,因为你可以通过接口安装更新和插件。

编辑2:

我们的一个用户说,他导入后,使用menue和xml文件崩溃..