欢迎分享,转载请注明来源:夏雨云
世界三大服务器是lighttpd,apache,nginx。根据查询相关资料信息,Lighttpd是一个具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点,apache是世界排名第一的web服务器,根据netcraft,www.netsraft.co.uk,所作的调查,世界上百分之五十以上的web服务器在使用apache,Nginx是俄罗斯人编写的十分轻量级的HTTP服务器,Nginx,它的发音为engineX,是一个高性能的HTTP和反向代理服务器,同时也是一个IMAP/POP3/SMTP代理服务器。1.编译、安装1.1.先到lighttpd官网下载对应版本的软件包:mon)得到文件夹lighttpd-1.4.301.3.在文件夹lighttpd-1.4.30中创建shell脚本,命名为:configure-arm.sh1.4.在shell脚本configure-arm.sh中输入如下代码:#!/bin/shCC=arm-linux-gccAR=arm-linux-arLD=arm-linux-ldRANLIB=arm-linux-ranlibSTRIP=arm-linux-strip./configure--prefix=/opt/web/lighttpd-1.4.30-arm--host=arm-linux--build=i686-pc-linux--disable-FEATURE--enable-shared--disable-static--disable-lfs--disable-ipv6--without-PACKAGE--without-valgrind--without-openssl--without-kerberos5--without-pcre--without-zlib--without-bzip2--without-lua1.5.打开控制台,cd进入lighttpd-1.4.30目录1.6.给configure-arm.sh文件添加可执行属性,执行命令:chmod+xconfigure-arm.sh1.7.配置lighttpd,执行命令:./configure-arm.sh1.8.编译lighttpd,执行命令:make1.9.安装lighttpd,执行命令:makeinstall
赞
(0)
打赏
微信扫一扫
支付宝扫一扫
mean和SEM有什么区别?
上一篇
2023-04-06
易名5元注册的域名,下年如何续费?
下一篇2023-04-06
评论列表(0条)