Openlitespeed V1.6.14 Stable

iCafe

Verified User
Joined
Apr 9, 2007
Messages
34
V1.6.14 Stable
2020-06-18

Server Core

  • [Update] Add ruby-lsapi-5.0 gem compatibility to RackRunner.rb. (Similar to LSWS implementation)
  • [Update] Cache module now bypasses a number of pre-defined varies to avoid encountering a 500 error for those cases.
  • [Update] Upgrade LSQUIC to v2.12.4
  • [Update] Add ubuntu 20 support to build.sh.
  • [Bug Fix] Correct a cache engine bug that was causing file writes to occur in the wrong location in the file.
  • [Bug Fix] Correct ownership/permissions for conf directory and its sub-directories.
  • [Bug Fix] Server should now correctly use a newly assigned unix domain socket address when the default socket address is already occupied.
 
  • Like
Reactions: bcx
Is it possible that CustomBuild doensn't know about this new version?
How can you upgrade within custumbuild 2.0?

Already updates scripts.
 
Code:
cd /usr/local/directadmin/custombuild
wget https://openlitespeed.org/packages/openlitespeed-1.6.14.tgz
echo "openlitespeed:1.6.14:" > custom_versions.txt
./build update
./build openlietspeed
./build rewrite_confs

good luck.
 
Back
Top