第1步:安装LightTPD HTTP服务器
sudo apt install lighttpd
安装LightTPD后,下面的命令可用于停止,启动和启用LightTPD服务
sudo systemctl stop lighttpd.service sudo systemctl start lighttpd.service sudo systemctl enable lighttpd.service
LightTPD是一种安全,快速,灵活的HTTP服务器,与其他Web服务器相比,具有小的内存占用空间。
其事件驱动的架构针对大量并行连接(保持活动)进行了优化,这对于高性能动态应用很重要。
日期:2020-07-07 20:55:45 来源:oir作者:oir