On 30/07/12 14:23, Roland Wohlfahrt wrote:
> Hi folks,
> 
> i am using the parameter "wgHTTPProxy" to use our proxy.
> See http://www.mediawiki.org/wiki/Manual:$wgHTTPProxy
> 
> *Now I need to define a proxy bypass list. *
> (Because of transcluding articles from another *internal *mediawiki-server).
> 
> How can I accomplish this?
> 
> Thx for any hints!
> 
> Cheers,
> Roland

Not exactly what it was designed for, but you could do
$wgConf->localVHosts[] = 'another-server.com';
and it won't be accessed by the proxy.


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to