How to configure apache2 to just save certain POST requests without even passing them to application?
- by Robert Grezan
I'm running apache in front of glassfish server using BalancerMember.
For performance reasons I would like that POST requests on certain endpoint are just saved to a file without passing them to application (and to return correct HTTP return code).
How to configure apache to do that?
EDIT: In other words, if a POST request is for path…