Skip to content

Instantly share code, notes, and snippets.

@pierrehenri220
Last active May 15, 2021 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierrehenri220/443b9d95de8ebcce73b5b169a89ef4c6 to your computer and use it in GitHub Desktop.
Save pierrehenri220/443b9d95de8ebcce73b5b169a89ef4c6 to your computer and use it in GitHub Desktop.
Build OpenLiteSpeed 1.6.21 on CentOS
#!/bin/bash -ev
yum install wget
wget https://openlitespeed.org/packages/openlitespeed-1.6.21.src.tgz
yum install tar
tar -zxvf openlitespeed-1.6.21.src.tgz
cd openlitespeed-1.6.21
./build.sh
./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment