On 1/4/07, Bill Marquette <[EMAIL PROTECTED]> wrote:
Actually, not entirely true :) If you feel like editing code, this is a simple change./etc/inc/xmlrpc_client.inc around line 645 you should see: /** * The name of the proxy server to use, if any * @var string */ var $proxy = ''; Put your proxy server inside the single quotes. Read the next couple of comment blocks for other settings. This naturally won't stay through an upgrade, but should get you running until we have a more configurable way to do it. For some reason I thought we already did :-/
FWIW, I just commited the changes to move the configuration of this into /etc/inc/globals.inc. Still will require modification after each upgrade, but that file is a tad smaller and if you are/were running CARP, means your rule sync will still work. --Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
