在FreeBSD 12里安装openlitespeed-1.5
FreeBSD 12 64位。
1.pkg install curl # 如果没有curl,请先安装
2.pkg intall pcre
3.pkg install rcs
4.pkg install GeoIP
5.pkg install udns
6.pkg install perl5.26
7.portsnap fetch # 不能通过pkg安装expat2,所以需要先获取ports
8.portsnap extract
9.cd /usr/ports/textproc/expat2; make install clean; rehash; # 安装 expat2
10.cd ~
11.fetch https://openlitespeed.org/packages/openlitespeed-1.5.0.src.tgz # 下载安装源码
12.cd openlitespeed-1.5.0 # 解压后进入文件目录
13../configure --with-pcre=/usr/local # 配置
14.make # 编辑
15.make install # 安装
16./usr/local/lsws/bin/lswsctrl start # 启动 openlitespeed
17.默认站点显示正常
18.管理后台
参考:https://openlitespeed.org/kb/installation-from-source-code/