Install AWStats For Ubuntu/Debian: apt install awstats -y For CentOS8: dnf install epel-release dnf install awstats Set up AWStats Config You will need to create a configuration file for each website for which you wish to view statistics. cp /etc/awstats/awstats.conf /etc/awstats/awstats.example.com.conf Add the following entries…
The @inspectFile operator runs a Lua program or external program (which can be a script) of your own to examine variables in the target list. Most commonly it is used to examine uploaded files and that is the only way it has been tested for…
OpenLiteSpeed encourages third party C/C++ developers to write their own OLS modules. A complete guide to developing modules for OpenLiteSpeed can be found in the /doc directory of the source code package. Or, Click here to view the OpenLiteSpeed Module Developer Guide PDF on GitHub.
This wiki discusses how to add and configure OpenLiteSpeed’s PageSpeed module. The PageSpeed module allows OpenLiteSpeed to support Google’s PageSpeed optimization system. For this guide, we assume you already have a working installation of OpenLiteSpeed 1.4.2 or greater. We made module support available in version 1.3. However,…
This wiki discusses how to add the LiteSpeed ModLSPHP Module on OpenLiteSpeed (mod_lsphp). The ModLSPHP module improves PHP performance while loading PHP into the currently running server process, reducing overall resource usage. This module also takes advantage of support for multi-threaded applications found in…
How to install ModLSPHP dependencies on Centos 7: first install OpenLiteSpeed, then these additional libraries, and finally ModLSPHP itself.
How to enable mod_security such as OWASP or COMODO rule set on OLS? The ModSecurity module allows OpenLiteSpeed to use common ModSecurity rules to improve server security. For this guide, we assume you already have a working installation of OpenLiteSpeed 1.4.29 or greater. OpenLiteSpeed began supporting…
This guide explains OpenLiteSpeed Cache Module settings in the WebAdmin console.
This wiki covers the generic steps for registering an OpenLiteSpeed module. These steps should allow you to add any module you wish, though configuration of modules may vary. For this guide, we assume you already have downloaded a copy of the module source code…
This wiki discusses the adding and configuring of OpenLiteSpeed’s Lua module (mod_lua). Using this module, OpenLiteSpeed offers a convenient and efficient interface to the proven, fast, powerful scripting language, Lua. For this guide, we assume you already have a working installation of OpenLiteSpeed 1.4.0 or…