Differences

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

Link to this comparison view

Next revision
Previous revision
litespeed_wiki:plesk:webmail_500_error [2019/11/26 15:07]
qtwrk created
litespeed_wiki:plesk:webmail_500_error [2023/05/09 00:45] (current)
qtwrk
Line 1: Line 1:
-In Plesk Obsidian 18.x , you may encounter ''​webmail.domain.com''​ page returns 500 error+====== Webmail 500 Error ====== 
 +In Plesk Obsidian 18.x, you may encounter ​an issue where the ''​webmail.domain.com''​ page returns ​500 error.
  
-===== How to Fix =====+===== Solution ​=====
  
-The issue is caused by webmail is using PHP with minimal ​extension, and some essential PHP extension ​for webmail ​application ​is missing.+The issue occurs when Webmail uses PHP with minimal ​extensions, and some essential PHP extensions ​for the Webmail ​application ​are missing.
  
-The default ​lsphp comes with LSWS installation is ''​lsphp56''​ ,so the solution is to replace the it to higher version that 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>​mv /​usr/​local/​bin/​lsphp /​usr/​local/​bin/​lsphp-bk
  
-<​code>​rm -f /​usr/​local/​lsphp+cp /​opt/​plesk/​php/​7.3/​bin/​lsphp ​/usr/local/bin/lsphp</​code>​
  
-ln -s /​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.
- +
-Replace ​''​7.3'' ​to other Plesk PHP version ​if PHP 7.3 is not installed on your server.+
  
  
  • Admin
  • Last modified: 2019/11/26 15:07
  • by qtwrk