X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/07e13b7afe52d6452e311b1baa714171329e49d6..ab1a7ae51a6fafc762e64742b58d2a1febd241a7:/doc/todo/outbound_proxy.mdwn diff --git a/doc/todo/outbound_proxy.mdwn b/doc/todo/outbound_proxy.mdwn index 9159a1af1..2af0ae5ca 100644 --- a/doc/todo/outbound_proxy.mdwn +++ b/doc/todo/outbound_proxy.mdwn @@ -12,7 +12,8 @@ Ikiwiki has several plugins that open outbound connections: In some networks it is desired (or necessary) for these connections to traverse a proxy. Proxies are usually configured via environment variables, so for ikiwiki it is probably not desirable (or necessary) -to manage proxy configuration in the setup file. +to manage proxy configuration via new purpose-specific settings in +the setup file; `ENV` ought to suffice. [[!cpan LWP::UserAgent]] by default doesn't care about the usual environment variables, but if its constructor is passed a true @@ -47,3 +48,10 @@ know whether its paranoia measures up or whether it supports proxies. * [[bugs/http_proxy_for_openid]] * [[forum/Setting_http__95__proxy]] + +> This looks fine, but you forgot to move the config entry for cookiejar +> from aggregate to the config setting list in IkiWiki.pm --[[Joey]] + +>> Indeed, fixed. --[[schmonz]] + +>>> [[merged|done]] --[[Joey]]