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 初步说明
在本教程中我使用的IP地址192.168.0.100主机名server1.example.com。这些设置可能不同的你,所以你必须在适当情况下更换。
下面配置都是以 root用户执行程序:
sudo su
2 安装 MySQL 5
首先安装 MySQL 5 :
aptitude install mysql-server mysql-client