Q wrote:
Enrique wrote:
I'm configuring $wgHTTPProxy = true; for CURL request and $wgForeignFileRepos to see remote images on my local wikipedia i don't know where set the our proxy ip address , because the curl is sending request to 0.0.0.1: heres go an lines of my debug log
$wgHTTPProxy wants the address/port of the proxy, not a boolean saying you're using one.
Imagine how much more difficult it would be if people used names like:
$wgHTTPProxyPort or $wgHTTPProxyAddr or $wgHTTPProxyIPAddr or $wgUseHTTPProxy
so that the name represented its use. Man, that would really screw things up!
Mike