On 14 Sep 2010, at 18:33, Paul Donaldson wrote: > Hello, > > I am completely new to Apache and Apache Modules, and so I'd be grateful if > someone could tell me whether it might be possible to write a module that > takes > elements of the request and makes a request to another web server at an > arbitrary URL?
Yes of course you can! You can run a subrequest that'll use mod_proxy. Or you can use your choice of HTTP client code. -- Nick Kew