You may want to consider using $r->spawn_proc_prog() instead of the
system() function to spawn external processes -- I've had really good
success with this in my projects:
Apache2::SubProcess -- Executing SubProcesses under mod_perl
https://perl.apache.org
On 20.11.2019 10:26, Tillman Peng wrote:
hello
My client post the data body which is encrypted with public-key.
the private key is deployed in web server,powered by mp2.
How can I correctly decrypt the data with private key from within modperl
handler?
Hi.
Do you have a separate command-line
hello
My client post the data body which is encrypted with public-key.
the private key is deployed in web server,powered by mp2.
How can I correctly decrypt the data with private key from within
modperl handler?
Thank you.