When apache mod_proxy pass the client's request to an original server, I want it
always duplicate the request to another webserver.
For example, the request is following: client -> mod_proxy -> original-server
What I want is:
client -> proxy -> original-server
|-> another web
Apache::SizeLimit 0.96 has been released and will be available via CPAN soon.
Changes:
=item 0.96 2011-12-21
eval Linux::Smaps->new call when checking for /proc/self/smaps
[Christian Ruppert ]
Require Apache::Test 1.36 [Fred]
Unshared size is now interpreted as RSS - shared instead of VSIZE -