Ubuntu下安装Lighttpd+PHP+MySQL

标签: , , ,

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进程就行了

赞赏

微信赞赏支付宝赞赏

随机文章:

  1. 没有找到msgmanage.dll
  2. VBS和C语言效率比较
  3. C#清除WebBrowser的Cookie缓存
  4. Unable to find the socket transport "ssl" – did you forget to enable it when you configured PHP?
  5. VBSCript 之 GenerateSDDL 函数

留下回复