14 articles
Monday, Jun 20, 2022
免费托管 $0.00美元 1 网站 10GB NVME SSD 磁碟空间 无限频宽 1 电子邮件帐户 免费 让我们加密 SSL 论坛支援 不支援通过票证或电子邮件 软脚本 自动安装程式 Imunify360 防病毒 Litespeed Web 伺服器(比 Apache 快 75 倍) 免费的别指望还...
Wednesday, Nov 4, 2020
编辑虚拟机的配置文件。添加一下代码即可 context / { type proxy handler gobbs extraHeaders <<<ENDextraHeaders Strict-Tr...
Thursday, Oct 29, 2020
Openlitespeed /litespeed 常用的伪静态rewrite规则大全 默认WordPress规则: BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^/index.php$ - L RewriteCond %{R...
下面是Openlitespeed /litespeed 配置文件参考收藏 方便以后备用收藏。。。 创建一个为www.demo.conf文件 下面的代码主要是代理后端程序,302跳转等等 docRoot $VHROOT vhDomain ...
Monday, Mar 9, 2020
Used for a while litespeed commercial version The commercial version of litespeed is really powerful and it's not difficult to configure But finally a...
使用了一段时间litespeed商业版 商业版的litespeed功能确实强大,配置也不难 但是最后测试对比caddy后,决定把服务器切换成caddy 在同样的架构,网络,程序,系统环境不变的情况下 测试发现caddy响应速度比litespeed要快大概2秒左右 Caddy同样也支持最新的quic协...
Friday, Mar 6, 2020
After installing litespeed, it can be managed through the web by default. But after a long time, I will forget the password. Here is a command to rese...
安装好litespeed后,默认是可以通过web来管理的 但是时间久了就会忘记密码,下面通过一条命令来重设litespeed web管理密码 全提是litespeed的安装都是默认的,也就是说你没有自定义安装litespeed。。。 cd /usr/local/lsws/admin/misc ./a...
Tuesday, Mar 3, 2020
litespeed下typecho伪静态规则 openlitespeed也是兼容的 其实litespeed跟apache时兼容的 把下面代码写入网站根目录下的.htaccess文件 规则如下 RewriteEngine On RewriteBase / RewriteCond %{REQUESTFI...
Friday, Feb 28, 2020
Openlitespeed /litespeed deny methods to access folders and files It's very simple, litespeed/openlitespeed is compatible with apache.htacess, Just wr...