标题: Ubuntu下安装Lighttpd+PHP+MySQL
作者: Demon
链接: https://demon.tw/operating-system/ubuntu-lighttpd-php-mysql.html
版权: 本博客的所有文章,都遵守“署名-非商业性使用-相同方式共享 2.5 中国大陆”协议条款。
Lighttpd是轻量级的网页服务器软件,相较于其他的网页服务器,lighttpd仅需少量的内存及CPU资源即可达到同样的效能。与FastCGI下的PHP组合非常的完美。
安装包Lighttpd和PHP
sudo apt-get install lighttpd php5-cgi
启用FastCGI模式
sudo lighty-enable-mod fastcgi
重启Lighttpd进程
sudo /etc/init.d/lighttpd force-reload
安装MySQL
sudo apt-get install mysql-server
安装PHP的MySQL模块
sudo apt-get install php5-mysql
再重启一次Lighttpd进程就行了
赞赏微信赞赏支付宝赞赏
随机文章: