in reply to Re^2: Issue in Json RPC with mod_perl
in thread Issue in Json RPC with mod_perl

Perhaps I have not been clear enough. If you have not enabled ParseHeaders already, then you should. It is for precisely the scenario where the script sends its own headers that ParseHeaders should be used. HTH.

Update: FTAOD you should use

PerlOptions +ParseHeaders