1、修改配置文件
1 | vi /etc/lighttpd/lighttpd.conf |
2、重新载入配置文件
1 | sudo service lighttpd reload |
3、重启系统
1 | sudo /etc/init.d/lighttpd restart |
配置文件路径
/etc/lighttpd/lighttpd.conf
模块配置文件路径
/etc/lighttpd/modules.conf
各功能模块配置文件路径
/etc/lighttpd/conf.d/
虚拟主机配置文件位置
/etc/lighttpd/vhosts.d/
参考http://wiki.ubuntu.org.cn/Lighttpd
原文链接:https://xiaohost.com/1007.html,转载请注明出处。
评论0