openlitespeed-1.4.48.tgz is the pre-built package, extract and run install.sh to quickly install OpenLiteSpeed on Linux 64 bit platforms. If you need to change the default installation settings, update the ols.conf file before running install.sh.
Two special binaries, openlitespeed-1.4.48.asan and openlitespeed-1.4.48.dbg, are also provided for use when debugging special cases. The .dbg binary is useful when debugging crash issues while the .asan binary is better suited for debugging memory leak issues.
Change logs
Server Core
[Improvement] Only check-in plain conf file with when the conf file is updated.
[Update] Added "DEBUG" to version info when running a debug version.
[Update] Updated core dump function to replace running release version with a debug version when encountering a crash.
[Bug Fix] Fixed module data sometimes not being released when a session is reused.
[Bug Fix] Fixed a GeoIpData2 memory leak.
Cache Module
[Improvement] Avoid toggling gzip for very small responses.
[Bug Fix] Fixed cache module not working when using a reverse proxy.