I'm not able to pass multiple values through a RewriteMap prg. This is what I have:
RewriteMap encrypt "prg:/bin/python2.7 /var/www/encrypt.py"
RewriteRule /secure ${encrypt:%{LA-U:ENV:email}} [P]
I am able to pass just one variable from the header, but not more than two.Any help would be appreciated it.
Thank you!