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 Both sides next revision
litespeed_wiki:config:understanding_500 [2019/01/11 18:43]
Jackson Zhang [CloudLinux LVE Limit Reached]
litespeed_wiki:config:understanding_500 [2019/04/03 15:57]
Jackson Zhang [Bad PHP Code]
Line 130: Line 130:
 It will bring the website to 500 immediately. It will bring the website to 500 immediately.
 This is only one example. Many times, wrong PHP syntax will lead to a 500 error. This is only one example. Many times, wrong PHP syntax will lead to a 500 error.
 +
 +Another example is:
 +  <?php
 +  phpinfo():
 +  ?>
 +
 +A typing error '':''​ in phpinfo page , which should be '';'',​ will lead to 500 error. ​
  
 ===== PHP Code with wrong php configuration settings ===== ===== PHP Code with wrong php configuration settings =====
  • Admin
  • Last modified: 2019/12/10 19:33
  • by Lisa Clarke