Module Developer Guide

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.

Register Module

  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…