Apache-RewritingProxy
view release on metacpan or search on metacpan
revision 1.6
date: 1999/12/13 20:40:58; author: khhaga01; state: Exp; lines: +47 -42
Added Tim DiLauro's suggestions to fix the hardcoded
<Location > bug. Basically this means that one can specify any
<Location Foo> Directive when configuring RewritingProxy and it should now
work.
Also added plenty of stuff to make cookies work a little better.
I fixed the version numbering to be consistent with the numbers under which
these files are being uploaded to CPAN. This is really 0.5. THere
had been some version cornfusion since I had cvs dump its own version
tag into the file. Bad move.
----------------------------
revision 1.5
date: 1999/12/08 22:43:48; author: khhaga01; state: Exp; lines: +114 -7
Added bunches of code to build a cookie database on the server. This
database stays there and the client is sent one cookie with the name of
the file. When a request is made, the proxy sends only the cookies
that should go to the remote web server. This works somewhat but is
not 100% and is not very elegant. The file locking for the cookie
( run in 0.925 second using v1.01-cache-2.11-cpan-b16cb0d3907 )