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
Next revision Both sides next revision
litespeed_wiki:php:503-errors [2018/11/19 14:54]
Jackson Zhang [Magento 503 error]
litespeed_wiki:php:503-errors [2018/11/19 15:28]
Lisa Clarke [CloudLinux Imunify360 error] Proofreading
Line 348: Line 348:
  
 ==== CloudLinux Imunify360 error ==== ==== CloudLinux Imunify360 error ====
-check stderr.log, it shows: + 
-  *** Error in `lsphp:/​home/​ukrainia/​public_html/​index.php':​ malloc(): memory corruption (fast): 0x00007fa380d45e40 ***+Check ''​stderr.log''​. It shows: 
 +<​code>​ 
 +  *** Error in 'lsphp:/​home/​ukrainia/​public_html/​index.php':​ malloc(): memory corruption (fast): 0x00007fa380d45e40 ***
   ======= Backtrace: =========   ======= Backtrace: =========
   /​lib64/​libc.so.6(+0x7f574)[0x7fa37c07f574]   /​lib64/​libc.so.6(+0x7f574)[0x7fa37c07f574]
Line 356: Line 358:
   /​opt/​cpanel/​ea-php54/​root/​usr/​lib64/​php/​modules/​i360.so(+0xb80b)[0x7fa375fbe80b]   /​opt/​cpanel/​ea-php54/​root/​usr/​lib64/​php/​modules/​i360.so(+0xb80b)[0x7fa375fbe80b]
   /​opt/​cpanel/​ea-php54/​root/​usr/​lib64/​php/​modules/​i360.so(map_increment_int_+0xa2)[0x7fa375fbeaa2]   /​opt/​cpanel/​ea-php54/​root/​usr/​lib64/​php/​modules/​i360.so(map_increment_int_+0xa2)[0x7fa375fbeaa2]
-  ​ +</​code>​ 
-then+ 
 +If you try the following:​ 
 + 
 +**/​opt/​cpanel/​ea-php54/​root/​usr/​lib64/​php/​modules>​** ''​mkdir backup''​ 
 + 
 +**/​opt/​cpanel/​ea-php54/​root/​usr/​lib64/​php/​modules>​** ''​mv i360.so backup/''​ 
 + 
 +**/​opt/​cpanel/​ea-php54/​root/​usr/​lib64/​php/​modules>​** ''​ls -l i360.so backup/''​ 
 + 
 +You will get this result:
  
-  /​opt/​cpanel/​ea-php54/​root/​usr/​lib64/​php/​modules>​mkdir backup 
-  /​opt/​cpanel/​ea-php54/​root/​usr/​lib64/​php/​modules>​mv i360.so backup/ 
-  /​opt/​cpanel/​ea-php54/​root/​usr/​lib64/​php/​modules>​ls -l i360.so backup/ 
   ls: cannot access i360.so: No such file or directory   ls: cannot access i360.so: No such file or directory
   backup/:  ​   backup/:  ​
Line 367: Line 375:
   -rwxr-xr-x 1 root root 86568 Nov 15 12:37 i360.so   -rwxr-xr-x 1 root root 86568 Nov 15 12:37 i360.so
  
-The issue is fixed by disabling CloudLinux'​s i360.so. Please be aware that the bug could have been fixed by CloudLinux team when the time you read this wiki but it used to be case to cause 503 error.+The issue is fixed by disabling CloudLinux'​s ​''​i360.so''​. This is a CloudLinux bug. Please be aware that it may have been fixed by the CloudLinux team by the time you read this wikibut it was a cause of 503 errors at one time. 
 ===== Advanced Troubleshooting Guide ===== ===== Advanced Troubleshooting Guide =====
  
  • Admin
  • Last modified: 2020/02/11 14:26
  • by Jackson Zhang