1 pmaxv_cj Jan 11, 2010 14:38
3 pmaxv_cj Jan 12, 2010 01:23
Is there a way to support HTTP proxy when b2e gets update from the RPC server?
I found that b2e actually contacts rpc.b2evolution.net server for every page it loads. And taking off the server address in $evonetsrv_host in _advanced.php solved the problem. For your information, my network is actually running behind a proxy server.
4 sam2kb Jan 12, 2010 01:36
It's easier to disable b2evo updates. Add this somewhere in cons/_advanced.php
$allow_evo_stats = false;
5 pmaxv_cj Jan 12, 2010 01:46
sam2kb wrote:
It's easier to disable b2evo updates. Add this somewhere in conf/_advanced.php
$allow_evo_stats = false;
Thanks. I've also found the proxy solution.
I've changed the following variables in the file blogs/inc/_ext/xmlrpc/_xmlrpc.inc.php:
var $proxy = "proxy-server";
var $proxyport = port-number;
Now b2e can contact the RPC.
pmaxv.cj wrote:
No
You can enable debugging in conf/_advanced.php $debug = 1; This will show you internal timings and delays.
Install the FireBug extension in Firefox to check what b2evo is loading