some of my servers got the same error 500, but some are fine.
to fix that perl error just reinstall all perl modules via the command line by running this command :
some of my servers got the same error 500, but some are fine.
to fix that perl error just reinstall all perl modules via the command line by running this command :
update: a user still experience 500 error after following above instruction.
when run addon_lsws.cgi directly on command line:
#/usr/local/cpanel/whostmgr/docroot/cgi/addon_lsws.cgi
-bash: /usr/local/cpanel/whostmgr/docroot/cgi/addon_lsws.cgi: /usr/local/cpanel/3rdparty/bin/perl^M: bad interpreter: No such file or directory
so the addon_lsws.cgi is in MS-DOS text format!
after run
#dos2unix /usr/local/cpanel/whostmgr/docroot/cgi/addon_lsws.cgi
500 error finally gone and WHM lsws plugin installed with success