On Mon, Jun 12, 2006 at 04:43:36PM +0200, Graham Leggett wrote: > On Mon, June 12, 2006 4:31 pm, Lai Yiu Fai wrote: > > > Thanks but filter looks complicated to do a simple job. > > It looks complicated, but it isn't when you get down to it. > > > That module just > > requires to request a XML document via https. What would be the simply > > way > > to do that? > > Use mod_proxy_http to request the document, and configure mod_ssl to > handle the SSL - there should be no need to write any code as far as I can > see.
How can an external module make use of mod_proxy_http to request the document? I can't locate any export functions by mod_proxy_http. I am a novice module writer and could you show how the module structure looks like to make use of mod_proxy_http. Thanks, -Fai > > Regards, > Graham > -- >
