0

我在印度有一个 SVN 服务器。我在不同的国家总共有 6 台 6 台服务器。SVN 存储库将在所有边缘服务器中每 30 秒更新一次。在德国边缘服务器中,我面临一个 svn: E175002: Unexpected HTTP status 502 'Proxy Error' on 'repo name'。没有网关或代理。存储库的总大小为 146GB+。

请提出会导致此类问题的原因。

从服务器端 apache 配置 httpd.conf 超时 600。客户端启用 ~/.subversion/server -> http-bulk-updates 和 http-timeout。

4

1 回答 1

0

在这里,我已经在 subversion 配置文件中进行了修改。在具有全局配置的 ~/.subversion/server 文件中。我根据https://subversion.apache.org/docs/release-notes/1.8.html URL更新了http-bulk-updatesEdge 服务器中的选项。此外,只有在我从边缘服务器端获得正确响应之后。From the Network traffic monitor, we have a bypassed the server and client SVN.

于 2018-12-06T07:11:45.270 回答