write a module that takes
elements of the request and makes a request to another web server at
an
arbitrary URL?
See the proxy modules for examples.
--
Ray Morris
supp...@bettercgi.com
Strongbox - The next generation in site security:
http://www.bettercgi.com/strongbox/
Throttlebox - Intelligent Bandwidth Control
http://www.bettercgi.com/throttlebox/
Strongbox / Throttlebox affiliate program:
http://www.bettercgi.com/affiliates/user/register.php
On 09/14/2010 12:33:14 PM, 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?
I don't want to redirect the client, I just want to be able to get
the request,
look for elements in the query string of the request, make an
asynchronous http
request to another web server, meanwhile the original request is
handled in the
normal way.
Many Thanks,
Peter