I am working on WHM, I have displayed a form using CGI scripting. Now, I want to redirect to next CGI page which I have mentioned in form's action attribute. But, I am not able to do the same and getting error as follows-
Internal Server Error
500
No response from subprocess (/usr/local/cpanel/whostmgr/docroot/cgi/XYZ/abc.cgi): The subprocess reported error number 72,057,594,037,927,935 when it ended. The process dumped a core file.
cpsrvd Server at vps235171.vps.ovh.ca
I kept my both the files (form and abc.cgi) in same directory. Also, tried with the extension .pl and even without extension.
I want to redirect on next page(abc.cgi) as there is my actual buisness logic. Someone please, help me. Thanks in advance