https://bugzilla.wikimedia.org/show_bug.cgi?id=42196
--- Comment #6 from Raphael Eiselstein <[email protected]> 2012-12-01 17:41:42 UTC --- some correction to my last comment (2012-12-01 17:18:37 UTC): there's *no* access to our proxy, the access i saw was from another MediaWiki project. Correct is: There was no access to our proxy. According to the curl(1) manpage it will use following environment variables to http_proxy [protocol://]<host>[:port] HTTPS_PROXY [protocol://]<host>[:port] [url-protocol]_PROXY [protocol://]<host>[:port] ALL_PROXY [protocol://]<host>[:port] Grepping our proxy from the output of "phpinfo()" brings: ALL_PROXY our-proxy-fqdn:3128 ftp_proxy our-proxy-fqdn:3128 http_proxy our-proxy-fqdn:3128 https_proxy our-proxy-fqdn:3128 RSYNC_PROXY our-proxy-fqdn:3128 _SERVER["ALL_PROXY"] our-proxy-fqdn:3128 _SERVER["ftp_proxy"] our-proxy-fqdn:3128 _SERVER["http_proxy"] our-proxy-fqdn:3128 _SERVER["https_proxy"] our-proxy-fqdn:3128 _SERVER["RSYNC_PROXY"] our-proxy-fqdn:3128 So libcurl / curl should be able to find one matching environment variable here. This configuration worked fine until yesterday, I upgraded from 1.19.0 to 1.20.1 today. We use following setting since 10/2011 or longer: $wgForeignFileRepos[] = array( 'class' => 'ForeignAPIRepo', 'name' => 'shared', 'apibase' => 'http://commons.wikimedia.org/w/api.php', 'fetchDescription' => true, // Optional 'descriptionCacheExpiry' => 43200, // 12 hours, optional (values are seconds) 'apiThumbCacheExpiry' => 43200, // 12 hours, optional, but required for local thumb caching ); This worked very well, I didn't change this conf sincs 2011-10-06. So something is new with 1.20.x or I missed some change? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
