]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/outbound_proxy.mdwn
response
[ikiwiki.git] / doc / todo / outbound_proxy.mdwn
index 9159a1af152838424bc73a00165e85ba228ffd01..856a92a12bd5bd64beee59834ccea99f7a83f608 100644 (file)
@@ -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,8 @@ 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]]