Re: Proxying subrequests

2007-11-05 Thread Akins, Brian
On 11/1/07 6:48 PM, "Ian Holsman" <[EMAIL PROTECTED]> wrote: > Akins, Brian wrote: >> -1 from me (if that counts.) >> >> Using ProxyPass should be fine for 95% of the use cases?? >> >> ProxyPass /cnn http://www.cnn.com/ >> >> >> > > yes. > if you: > a. have a static small number of hosts >

Re: Proxying subrequests

2007-11-01 Thread Ian Holsman
Akins, Brian wrote: -1 from me (if that counts.) Using ProxyPass should be fine for 95% of the use cases?? ProxyPass /cnn http://www.cnn.com/ yes. if you: a. have a static small number of hosts b. those hosts don't change often if either of these 2 conditions aren't met, then proxypass

Re: Proxying subrequests

2007-11-01 Thread Akins, Brian
-1 from me (if that counts.) Using ProxyPass should be fine for 95% of the use cases?? ProxyPass /cnn http://www.cnn.com/ -- Brian Akins Chief Operations Engineer Turner Digital Media Technologies

Re: Proxying subrequests

2007-10-31 Thread Ian Holsman
Nick Kew wrote: Our subrequest API currently handles only local subrequests, so for example mod_include doesn't support

Re: Proxying subrequests

2007-10-29 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Jim Jagielski wrote: > I tend to agree... This seems to open up a huge can > of worms, and makes it v easy to people to use these "neat" > feature and open themselves up to all kinds of > nasty, nasty things. If being properly documented, and disabl

Re: Proxying subrequests

2007-10-29 Thread Graham Leggett
On Mon, October 29, 2007 3:34 pm, Jim Jagielski wrote: > I tend to agree... This seems to open up a huge can > of worms, and makes it v easy to people to use these "neat" > feature and open themselves up to all kinds of > nasty, nasty things. As I understand it, mod_include is capable of includin

Re: Proxying subrequests

2007-10-29 Thread Jim Jagielski
On Oct 28, 2007, at 4:12 AM, Niklas Edmundsson wrote: On Sat, 27 Oct 2007, Paul Querna wrote: -0.9 on enabling this by default in mod_includes. Make it possible to turn it on via httpd.conf, but never on by default I agree. And it should have huge warning signs, and a long descripti

Re: Proxying subrequests

2007-10-28 Thread William A. Rowe, Jr.
Mads Toftum wrote: On Sun, Oct 28, 2007 at 04:17:50PM +0200, Graham Leggett wrote: I am not so sure. mod_proxy already supports client behaviour, and has the bonus of using bucket brigades natively allowing zero copy natively. That'd be true for serf as well, right? The whole point of getting

Re: Proxying subrequests

2007-10-28 Thread Mads Toftum
On Sun, Oct 28, 2007 at 04:17:50PM +0200, Graham Leggett wrote: > I am not so sure. mod_proxy already supports client behaviour, and has the > bonus of using bucket brigades natively allowing zero copy natively. > That'd be true for serf as well, right? The whole point of getting something into ap

Re: Proxying subrequests

2007-10-28 Thread Graham Leggett
Mads Toftum wrote: The need for http client code seems to pop up every so often. I think it would make a lot of sense to get a generic client lib in place (possibly in apr-land), before bolting on another bit of client code. I am not so sure. mod_proxy already supports client behaviour, and ha

Re: Proxying subrequests

2007-10-28 Thread Mads Toftum
On Sun, Oct 28, 2007 at 12:20:47PM +, Nick Kew wrote: > Well, it involved my own HTTP Client code (duplication) and > in the case of SSI, a separate . > (The duplication dates back to before I had commit here:-) > Basically I want to eliminate that duplication. > The need for http client code

Re: Proxying subrequests

2007-10-28 Thread Nick Kew
On Sat, 27 Oct 2007 22:56:47 -0700 Paul Querna <[EMAIL PROTECTED]> wrote: > +0.5 in concept. > > -0.9 on enabling this by default in mod_includes. Make it possible to > turn it on via httpd.conf, but never on by default That makes sense. In fact, the patch already accomplishes that, in the

Re: Proxying subrequests

2007-10-28 Thread Nick Kew
On Sun, 28 Oct 2007 02:32:31 +0200 André Malo <[EMAIL PROTECTED]> wrote: > * Nick Kew wrote: > > > Our subrequest API currently handles only local subrequests, > > so for example mod_include doesn't support > > . (The duplication dates back to before I had commit here:-) Basically I want to elimi

Re: Proxying subrequests

2007-10-28 Thread Ruediger Pluem
On 10/28/2007 12:29 PM, Dr Stephen Henson wrote: > Ruediger Pluem wrote: >> Possibly mod_include should stop there, but "remote" subrequest are valuable >> for other modules (e.g. mod_ssl and OCSP). So +1 to add this to the API, >> -0 for enabling it for mod_include. >> > > Does anyone have any

Re: Proxying subrequests

2007-10-28 Thread Dr Stephen Henson
Ruediger Pluem wrote: > > Possibly mod_include should stop there, but "remote" subrequest are valuable > for other modules (e.g. mod_ssl and OCSP). So +1 to add this to the API, > -0 for enabling it for mod_include. > Does anyone have any pointers how OCSP might be done using subrequests in mod_

Re: Proxying subrequests

2007-10-28 Thread Ruediger Pluem
On 10/28/2007 02:32 AM, André Malo wrote: > * Nick Kew wrote: > >> Our subrequest API currently handles only local subrequests, >> so for example mod_include doesn't support >>

Re: Proxying subrequests

2007-10-28 Thread Niklas Edmundsson
On Sat, 27 Oct 2007, Paul Querna wrote: -0.9 on enabling this by default in mod_includes. Make it possible to turn it on via httpd.conf, but never on by default I agree. And it should have huge warning signs, and a long descriptive name that does not invite to "let's try this and see if

Re: Proxying subrequests

2007-10-27 Thread Paul Querna
Nick Kew wrote: > Our subrequest API currently handles only local subrequests, > so for example mod_include doesn't support >

Re: Proxying subrequests

2007-10-27 Thread André Malo
* Nick Kew wrote: > Our subrequest API currently handles only local subrequests, > so for example mod_include doesn't support >

Re: Proxying subrequests

2007-10-27 Thread Graham Leggett
Nick Kew wrote: Our subrequest API currently handles only local subrequests, so for example mod_include doesn't support

Proxying subrequests

2007-10-27 Thread Nick Kew
Our subrequest API currently handles only local subrequests, so for example mod_include doesn't support