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
Last revision Both sides next revision
litespeed_wiki:cache:lscxf:installation [2016/09/30 21:29]
Rob Holda [Testing]
litespeed_wiki:cache:lscxf:installation [2019/05/16 17:49]
Kacey Schroeder [Pre-Installation Requirements]
Line 5: Line 5:
  
   * LiteSpeed Web Server Enterprise Edition 5.0.12+.   * LiteSpeed Web Server Enterprise Edition 5.0.12+.
-  * LSCache Module. (Included with 2-CPU or higher license. Can be purchased as an add-on for VPS, Ultra VPS, and 1-CPU licenses.)+  * LSCache Module. (Included with all current licenses as well as 2-CPU or higher ​legacy ​license. Can be purchased as an add-on for VPS, Ultra VPS, and 1-CPU legacy ​licenses.)
  
 ===== LiteSpeed Web Server Settings ===== ===== LiteSpeed Web Server Settings =====
Line 68: Line 68:
 ===== XenForo Debug Mode ===== ===== XenForo Debug Mode =====
  
-To enable debug mode in XenForo , add the following to "​config.php"​ under XenForo'​s "​library"​ directory:+To enable debug mode in XenForo, add the following ​lines to your "​config.php" ​file under XenForo'​s "​library"​ directory:
  
-<​code>​$config['​debug'​] = true;</​code>​ \\ **Note:​** ​It is not recommended ​to enable debug mode on a production site as it will increase resource utilization.+<​code>​$config['​debug'​] = true;</​code>​ \\ **Note:​** ​Enabling debug mode is not recommended on a production site as it will increase resource utilization.
  
 If you would like to enable debug mode only for certain IPs, you can instead add the following: If you would like to enable debug mode only for certain IPs, you can instead add the following:
Line 76: Line 76:
 <​code>​if($_SERVER['​REMOTE_ADDR'​] == '​127.0.0.1'​){$config['​debug'​] = true;​}</​code>​ <​code>​if($_SERVER['​REMOTE_ADDR'​] == '​127.0.0.1'​){$config['​debug'​] = true;​}</​code>​
  
-Where you can replace ​127.0.0.1 with the desired IP Address.+Replacing ​127.0.0.1 with the desired IP Address.
  • Admin
  • Last modified: 2019/05/17 14:37
  • by Kacey Schroeder