When trying to access CSF via WHM it's coming back with:
Internal Server Error
500
No response from subprocess (/usr/local/cpanel/whostmgr/docroot/cgi/addon_csf.cgi): subprocess exited with status 2
=================
We can check the error log here tail -f /usr/local/cpanel/logs/error_log while accessing csf through your WHM.
From the error log we can see which perl module is missing for csf. We can install the missing perl module using the follows command.
/usr/sbin/csf -x
/scripts/perlinstaller --force Net::LibIDN
/usr/sbin/csf -e
/usr/sbin/csf -u
But this is not fixed my 500 internal server error. I have fixed this issue by executing the following command.
curl -s configserver.com/free/csupdate | perl
Internal Server Error
500
No response from subprocess (/usr/local/cpanel/whostmgr/docroot/cgi/addon_csf.cgi): subprocess exited with status 2
=================
We can check the error log here tail -f /usr/local/cpanel/logs/error_log while accessing csf through your WHM.
From the error log we can see which perl module is missing for csf. We can install the missing perl module using the follows command.
/usr/sbin/csf -x
/scripts/perlinstaller --force Net::LibIDN
/usr/sbin/csf -e
/usr/sbin/csf -u
But this is not fixed my 500 internal server error. I have fixed this issue by executing the following command.
curl -s configserver.com/free/csupdate | perl
No comments:
Post a Comment