OpenLiteSpeed One-Click Installation

BT面板OpenLiteSpeed安装LiteSpeed Web+ wordpress+ LSCache插件+Redis 这样wp博客站速度可以起飞 1、什么OpenLiteSpeedOpenLiteSpeed 是 LiteSpeed EnterPrise 的社区版本,相较 Nginx 很多扩展如 Brotli、nginx-cache-purge 等扩展,会因为更新的不及时导致对最新Stable版本的不支持,同时也没有企业级的保障。 而 OpenLiteSpeed 的组件有官方进行主要维护和更新,提供商用企业级的体验。在性能上LiteSpeed Tech 提供的 BenchMark 中,在 WordPress、Joomla、OpenCart、Mod 阅读详情

OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise. It is easy to use and user-friendly than the current most popular web server software such as Apache and Nginx because they have a user-friendly web panel to config your OpenLiteSpeed webserver. In addition, OpenLiteSpeed server runs server-side caching, which speeds up your web server by caching the content on the server-side and reduces the load to your server. OpenLiteSpeed also understands Apache rewrite rules, making it very easy for websites running on Apache to do the switch and gain a significant performance upgrade. Many popular shared hosting sites are currently adopting LiteSpeed technology on their web hosting plan due to the performance upgrades and compatibility, resulting in more than 5 million websites presently using OpenLiteSpeed.

Instruction

Check your email for your VM details. Your VM details are sent to your email inbox.
Check your junk/ spam mail just in case.
Did not receive it? Contact us.

 

Installation

With Evoxt's One-Click Installation, your OpenLiteSpeed server is already configured, and you can start using it right away.
 

The root directory of your OpenLiteSpeed server will be at /var/www/html
While the config folder will be located at /usr/local/lsws/
 

What is installed

With Evoxt’s OpenLiteSpeed stack using OpenLiteSpeed One-Click Installation.

  • CentOS 8 will be used as the Operating System.
  • OpenLiteSpeed server will be installed.
  • MySQL 8 is installed.
  • PHP 7.4 is installed.
  • phpMyAdmin is also installed to ease database management.

phpMyAdmin

You can access phpMyAdmin by going to /phpmyadmin

YOUR_VM_IP/phpmyadmin



 

The login username will be root
The password will be your default root database password
Use this command to get your default root database password,

cat /var/log/mysqld.log

[root@TEST ~]# cat /var/log/mysqld.log
ZmM1MGU5ZWFmNzJlMmNkYm
[root@TEST ~]#


 

If you do not want phpMyAdmin to be installed and wish to remove it, simply run this command to remove phpMyAdmin through SSH

rm -rf /var/www/html/phpmyadmin

Configuring OpenLiteSpeed

To configure your OpenLiteSpeed server, you can visit Your_VM_IP:7080 on the browser.

192.168.0.1:7080


To get your login id and password, login to your vps through SSH and key in this line of code:

cat /usr/local/lsws/adminpasswd

[root@OLS www]# cat /usr/local/lsws/adminpasswd
WebAdmin user/password is admin/MTFmZDEx
[root@OLS www]#


or you can reset the password by using this command:

/usr/local/lsws/admin/misc/admpass.sh

[root@OLS www]# /usr/local/lsws/admin/misc/admpass.sh
 

Please specify the user name of administrator.
This is the user name required to login the administration Web interface.
 

User name [admin]: admin
 

Please specify the administrator's password.
This is the password required to login the administration Web interface.
 

Password:
Retype password:
Administrator's username/password is updated successfully!
[root@OLS www]#


 

Alternatively, all the configuration files are stored here /usr/local/lsws/
you can do the configuration through CLI as well.
 

Restarting OpenLiteSpeed server

You can restart your OpenLiteSpeed server by accessing your OpenLiteSpeed panel and click graceful restart on the top right


or you can use these 2 command to restart and reload your OpenLiteSpeed server configuration

/usr/local/lsws/bin/lswsctrl restart
/usr/local/lsws/bin/lswsctrl reload


 

Get started with your website development right away without worrying about installing any prerequisites with Evoxt's OpenLiteSpeed One-Click Installation
Deploy

Linux 无宝塔安装部署 OpenLiteSpeed(LOMP)环境 整体上来说相对于宝塔、LNMP 一键安装包,OpenLiteSpeed 的安装过程还是有一定的区别的,明月个人认为最大的区别就是 OpenLiteSpeed 将 PHP 单独的打包进原生安装包里了,毕竟 OpenLiteSpeed 的 PHP 运行方式跟其他的都不一样,这也是 OpenLiteSpeed 运行 PHP 性能更优秀的主要原因。明月是不建议在宝塔下使用 OpenLiteSpeed 的,因为前端控制面板冲突重叠了,徒然造成更多的运行负担是不符合运维工作标准的,能剩下点儿资源给服务器不好吗?再说少一 阅读详情

相关推荐

我的 OpenLiteSpeed 从开始到放弃之经历

明月感觉 OpenLiteSpeed 可能在某些简单的应用场景表现优秀,比如:1-2 个网站、配置上没有特殊需求的用起来还是很不错的,但并不适用明月,还好明月专门抽出时间在阿里云服务器上测试这一周,要不还真的是发现不了这些“顽疾”。这里建议大家还是要遵循“实践才是检验真理的唯一标准”这句至理名言,不要盲目跟从。

草根博客站长明月登楼的CSDN博客 2067

openlitespeed:我们的高性能,轻量级,开源HTTP服务器

OpenLiteSpeed Web服务器 描述 OpenLiteSpeed是LiteSpeed Technologies开发并拥有版权的高性能,轻量级开源HTTP服务器。 用户可以根据GPLv3许可证的规定自由下载,使用,分发和修改OpenLiteSpeed及其源代码。 这是OpenLiteSpeed源代码的官方存储库。 它由LiteSpeed Technologies维护。 文献资料 用户可以在上找到所有OpenLiteSpeed文档,但是这里有一些重要部分的快速链接: 保持联系 OpenLiteSpeed有一个网上。 如果您发现错误,想要请求新功能,或者只想谈论OpenLiteSpeed,可以在这里进行。

【BT宝塔】OpenLiteSpeed的安装和使用

起初是因为想用LiteSpeed Cache这个缓存插件,但是这玩意只支持OpenLiteSpeed服务器,折腾来折腾去,到处找资料,系统都不知道被我重装了好几次。最后才发现这玩意不仅和宝塔打架,还挑系统,简直无语到家,本文就做个记录,给后续想体验插件的人提供安装思路,免得到处走弯路。

晴空哦 3150

推荐开源项目:OpenLiteSpeed Web Server - 高性能、轻量级的HTTP服务器

OpenLiteSpeed 是由 LiteSpeed 技术公司开发和维护的一款高性能、轻量级的开源HTTP服务器。这款服务器遵循GPLv3许可证,允许用户自由下载、使用、分发和修改其源代码。OpenLiteSpeed 的设计目标是提供一个高效且易于管理的平台,以满足各种规模网站的需求。 ## 项目技术分析 OpenLiteSpeed 的核心优势在于它的高性能。它采用了先进的事件驱动模型,能够处...

gitblog_00039的博客 950

Wordpress with OpenLiteSpeed One-Click Installation

Setup your new WordPress OpenLiteSpeed site with Evoxt with only a single click with our One-Click Installation Script.

Evoxt的博客 1078

CyberPanel One-Click Installation

CyberPanel is a web hosting control panel powered by LiteSpeed Server. CyberPanel is one of the cPanel alternatives, and it has many features and interface that resembles cPanel

Evoxt的博客 1483

Ubuntu 18.04 搭建 OpenLiteSpeed + WordPress 性能加固指南

WordPress 是全球最主流的开源内容管理系统,其性能瓶颈常源于 Web 服务器与 PHP 运行时的低效协同。OpenLiteSpeed 作为专为高并发、低资源场景设计的事件驱动型 Web 服务器,通过内置 LSAPI 协议、零配置缓存引擎和进程级安全隔离,显著缓解 wordpress后台很慢、502错误频发等典型问题。它无需依赖 .htaccess 动态解析,规避 Apache 的进程膨胀与 Nginx+PHP-FPM 的三明治瓶颈,在 Ubuntu 18.04 等老旧但广泛部署的 LTS 系统上,提

weixin_34226182的博客 351

如何在Ubuntu上使用OpenLiteSpeed设置WordPress多站点

这篇教程将解释如何在 Ubuntu操作系统上使用 OpenLiteSpeed Web 服务器设置 WordPress 多站点。WordPress 是一个免费开源的内容管理系统,用 PHP 编写,使用 MySQL 存储数据,可以使用 Apache、Nginx 或 OpenLiteSpeed 作为 Web 服务器。OpenLiteSpeed 是一个高性能、轻量级的开源 HTTP Web 服务器,可以帮助您的网站比其他任何 Web 服务器更快地加载。

qq_57526628的博客 1660

使用LiteSpeed缓存插件将WordPress优化到100%的得分

LiteSpeed 是旨在加速网站性能的网络服务器软件。LiteSpeed 服务器采用事件驱动架构构建,可以用更少的进程处理更高的流量,减少资源使用并提高页面速度。LiteSpeed 服务器还有一个内置的Apache替代品,支持.htaccess,允许用户从 Apache 切换并使用现有配置。此外,它还可以与几个流行的主机控制面板一起使用,例如 WHM、DirectAdmin 和 Plesk。– 适用于托管多个网站或共享托管环境。它会自动检测.htaccess文件的更改并调整设置,而无需重新启动服务器。

WP站长 2622

OpenLiteSpeed 实战踩坑记:为何我最终回归 Nginx

本文记录了作者从Nginx转向OpenLiteSpeed的七天实战体验与踩坑过程。尽管被其高性能宣传吸引,但在实际部署WordPress等复杂应用时,遭遇了Nginx Rewrite规则不兼容、PHP进程管理黑盒化、与OPCache协作不佳以及数据库生态薄弱等核心问题。最终,基于稳定性、兼容性和庞大社区支持的考量,作者选择回归Nginx,并总结了技术选型中生态与稳定重于纸面性能的深刻反思。

weixin_29231221的博客 196

如何在CentOS 8服务器上安装OpenLiteSpeed

在本文中,我们将向您展示如何在香港服务器的CentOS 8系统上安装OpenLiteSpeedOpenLiteSpeed是由LiteSpeed Technologies开发的开源HTTP服务器。OpenLiteSpeed是一款高性能、轻量级的HTTP服务器,它自带Web Gui管理界面。 就Linux网站服务器而言,OpenLiteSpeed具有一些有趣的特性,使其成为许多安装的可靠选择。它的特点是兼容Apache的重写规则,一个Web管理界面,以及为服务器优化的自定义PHP处理。 步骤1.首先,让我们首

A5数据 645

如何在Ubuntu 18.04上使用OpenLiteSpeed安装WordPress

介绍 (Introduction) WordPress is an open-source content management system (CMS). The most popular CMS in the world, WordPress allows you to set up blogs and websites on top of a MySQL database backend,...

1139

如何在CentOS 8中安装OpenLiteSpeed Web服务器

OpenLiteSpeed是LiteSpeed的开源版本,是一个强大的、轻量级开源HTTP web服务器,由LightSpeed技术在GPLv3.0许可下开发。 系统环境 CentOS8 配置OpenLiteSpeed软件源 首先将OpenLiteSpeed软件源添加到CentOS 8: [root@localhost ~]# rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el8.noarch.rpm .

u014389734的博客 369

8种最佳开源Web服务器

自1991年发布第一台Web服务器以来,这是一段漫长的历程。长期以来,Apache是唯一值得一提的Web服务器。但是,随着时间的流逝,其他开源Web服务器也越来越受欢迎。 在本指南中,我们将介绍一些最佳的开源Web服务器更多企业web实战相关内容 1. Apache HTTP服务器 Apache HTTP Server(在Red Hat发行版中俗称Apache或httpd)是由Apache Software Foundation在Apache License版本2下开发的免费开放源Web服务器。1995年发

Dou_Hua_Hua的博客 1万+

OpenLiteSpeed实战踩坑:为什么我的WordPress站点最终换回了Nginx?

本文分享了作者将WordPress站点从Nginx迁移至OpenLiteSpeed的实战踩坑经历。尽管OpenLiteSpeed被宣传为高性能替代方案,但在实际应用中,作者遇到了重写规则转换困难、PHP进程管理及OPCache兼容性问题,以及生态工具链不匹配等挑战。最终,出于对稳定性、兼容性和运维复杂度的综合考虑,站点换回了更成熟稳定的Nginx环境。

brown的博客 148

OpenLiteSpeed 实战踩坑记:从满怀期待到无奈放弃的七日之旅

本文记录了作者在服务器上部署OpenLiteSpeed的七日实战经历。从最初对其处理PHP的高性能期待开始,到遭遇Nginx Rewrite规则不兼容、LSAPI进程管理失控、数据库配置缺失等核心问题,最终因稳定性不足和生态不完善而无奈放弃,回归Nginx环境。文章为考虑使用OpenLiteSpeed的用户提供了宝贵的踩坑经验和测试建议。

weixin_29201933的博客 157

OpenLiteSpeed实战踩坑记录:为什么我最终回归了LNMP环境?

本文分享了作者从LNMP环境切换到OpenLiteSpeed后的实战反思,详细分析了OpenLiteSpeed在复杂WordPress环境中遇到的重写规则兼容性、PHP执行机制和数据库管理等问题。尽管OpenLiteSpeed宣称高性能,但在实际应用中却面临诸多挑战,最终作者选择回归更稳定成熟的LNMP环境。

weixin_29291185的博客 170

如何在10分钟内搭建OpenLiteSpeed服务器?新手必备的快速入门教程

OpenLiteSpeed是一款高性能、轻量级的开源HTTP服务器,专为现代Web应用优化。本教程将带你通过简单几步,在10分钟内完成服务器搭建,即使是零基础新手也能轻松上手! ## 🚀 准备工作:环境与依赖 在开始前,请确保你的系统满足以下条件: - Linux操作系统(推荐Ubuntu 20.04+/CentOS 7+) - 已安装Git、GCC编译器和CMake - 至少512MB内存

gitblog_00035的博客 617
上一篇: Chevereto One-Click Installation
下一篇: PrestaShop One-Click Installation
Evoxt 益沃斯
博客等级 码龄2年 829粉丝 92原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值