No response from subprocess. Internal Server Error 500 WHM fix
Daca ati ajuns aici, cu siguranta v-ati lovit de ultimul update de la cPanel/WHM care v-a dat peste cap cateva module/addons si care, la accesare intorc eroarea
Internal Server Error
500
No response from subprocess (/usr/local/cpanel/whostmgr/docroot/cgi/addon_xxxxx.cgi): subprocess exited with status 2
Problema rezida in actualizarea Perl si a caii de acces (path) motiv pentru care va trebui sa editati fiecare addon si sa inlocuiti
#!/usr/bin/perl cu #!/usr/local/cpanel/3rdparty/bin/perl
=============
[EN]
If you reached this post about how to fix internal 500 error for WHM addons the solution is very sample and doesn’t require special skills because all you have to do is to edit specific files and made some replacements. The issue is related to latest cPanel/WHM update that include Perl update and changed the path for executable.
As first step, go to /usr/local/cpanel/whostmgr/docroot/cgi/ and edit the addon that returns the 500 internal error and replace
#!/usr/bin/perl (old path for perl exec) with the new one #!/usr/local/cpanel/3rdparty/bin/perl.
Save & exit than retry. It should do the trick now and have it work now.