Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
litespeed_wiki:plesk:webmail_500_error [2019/11/26 16:23]
Lisa Clarke Copyediting
litespeed_wiki:plesk:webmail_500_error [2023/05/09 00:45] (current)
qtwrk
Line 8: Line 8:
 The default LSPHP that comes with LiteSpeed Web Server installation is ''​lsphp56'',​ so you can solve the problem by replacing it with the higher version that is installed by Plesk. The default LSPHP that comes with LiteSpeed Web Server installation is ''​lsphp56'',​ so you can solve the problem by replacing it with the higher version that is installed by Plesk.
  
-<​code>​rm -f /​usr/​local/​lsphp+<​code>​mv /usr/local/bin/​lsphp ​/​usr/​local/​bin/​lsphp-bk
  
-ln -s /​opt/​plesk/​php/​7.3/​bin/​lsphp /​usr/​local/​bin/​lsphp</​code>​+cp /​opt/​plesk/​php/​7.3/​bin/​lsphp /​usr/​local/​bin/​lsphp</​code>​
  
 If PHP 7.3 is not installed on your server, replace ''​7.3''​ in the commands above with another appropriate version number. If PHP 7.3 is not installed on your server, replace ''​7.3''​ in the commands above with another appropriate version number.
  
  
  • Admin
  • Last modified: 2019/11/26 16:23
  • by Lisa Clarke