darx Posted January 19, 2004 Share Posted January 19, 2004 Is there a configuration option without editting the http_client to enable the http proxy server? diff -b -r1.1.1.1 http_client.php 45,46c45,49 < var $useProxy = false; < var $proxyHost, $proxyPort; --- > // var $useProxy = false; > // var $proxyHost, $proxyPort; > var $useProxy = true; > var $proxyHost = "proxywww.local"; > var $proxyPort = 3128; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.