Re: supporting http proxy via a config file
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-03-12 19:47:45 CET
On Mon, Mar 11, 2002 at 09:00:11PM -0600, Karl Fogel wrote:
I think that you're going to want lines that look something like:
[proxies]
The above config defines a "virtual host", if you will, called group1 which
For the given group, we then define the four parameters necessary.
I might also suggest that you put this stuff into ./configure/proxies
[groups]
[group1]
[default]
To me, this is much more straight-forward.
Note that glob patterns will be needed, so the user can match multiple hosts
For the [default] case above, it is also important to have a way to disable
no_proxy = *.collab.net, *.webdav.org
(yes, the pattern ought to be comma-separated globs...)
That's all I've got...
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Mar 12 19:45:39 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.