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. COMRaider
  2. 未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包
  3. 在iPad上安装iFile文件管理器
  4. jQuery设置ajax请求中的User-Agent
  5. MSDN上MS-DOS 6.22的安装方法

留下回复