glasswalk3r has asked for the wisdom of the Perl Monks concerning the following question:
Hello monks,
I've being studying mod_perl in the past to implement a project that uses Apache as a reverse proxy, receives a SOAP request, modifies the payload (XML), handles it to the real web application, and returns back the response to the requester.
What is the best practice in this case? I checked out Apache::ReverseProxy, but it defines a full handler and I'm guessing that using a Input or Output filter handler would be a better option (based on my readings of mod_perl2 User Guide book) combined with the standard Apache modules proxy and proxy_http to avoid reinventing the wheel.
PS: I know mod_perl2 is not the "sexiest" framework at the moment, but I want to take advantage of already having it available on particular web servers by default.
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl best practices to increment XML payload
by hippo (Archbishop) on Jun 23, 2017 at 08:06 UTC |