OpenLiteSpeed on FreeBSD?

#3
Hi,

As I'm actually looking for options to make it easier for clients to potentially have it (OLS) on FreeBSD, can you let me know also:

1) CyberPanel will work on FreeBSD (as far as I know, only Virtualmin will work, but it not support OLS or LSWS)?

2) So, after OLS manual installation and settings, do you know any script around for automatic WP installation on FreeBSD?

3) As answer on 2 is probably NO, what should be changed in script from this script to work on OLS?
 

Cold-Egg

Administrator
#4
1. I don't think so.
2. Currently, no.
3. That script is for Apache mainly, you will need to remove all Apache part and update it to OLS. Or, run the script and make sure everything works, then replace Apache by OLS. with manually configuration.
 

Cold-Egg

Administrator
#6
Currently, no plan, but you could build it on FreeBSD.
I just tried to launch a FreeBSD v13 from Vultr, download the OLS source code, and build it with the build.sh script, and it seems to be working fine.

Note, the first time of build.sh will usually be failed, check the output and find the failed part, and go to the third-party/script/ and rebuild those packages. Then, go back to the openlitespeed folder and run the build.sh again.

If everything works, run the ./install.sh from the openlitespeed folder to install it.

Some 3rd package is also required, e.g. cmake go git pkgconf ..etc

Code:
cat /etc/os-release
NAME=FreeBSD
VERSION="13.2-RELEASE"
VERSION_ID="13.2"


/usr/local/lsws/bin/lswsctrl status
litespeed is running with PID 17949.
 
Top