Cherokee 是一个非常快速,灵活和易于配置的Web Server.它支持现今普遍的技术:FastCGI, SCGI, PHP, CGI, TLS and SSL 加密连接, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. 本教程演示如何安装 Cherokee 在Ubuntu 10.04 服务器上PHP5(through FastCGI) and MySQL 的问题.
1 初步说明
下面配置都是以 root用户执行程序:
sudo su
2 安装 MySQL 5
首先安装 MySQL 5 :
aptitude install mysql-server mysql-client

