Sander Striker wrote:
Something like this maybe:
http://svn.webdav.org/repos/projects/serf/trunk/
It started out to become apr-serf, made a jump to the short-lived
Commons, and ended up at webdav.org. There is a current effort
by Justin Erenkrantz to get Serf completed, or at least complete
enough to complete ra_serf, a Subversion remote access library.
I expect that with a couple of months the churn is gone, and its
API stable enough to use here in HTTP Server land.
I had some time after watching BSG last night... so I wrote it.
mod_serf:
http://people.apache.org/~pquerna/serf-stuff/mod_serf.c
It also requires a patch to serf right now:
http://people.apache.org/~pquerna/serf-stuff/serf-headers-do.patch
It has lots of problems still, but it works for a basic reverse proxy:
<Location />
SerfPass http://www.example.com/
</Location>
-Paul