http://www.cherokee-project.com/download/0.11/0.11.6/cherokee-0.11.6.tar.gz
下载下来解压。
然后configure;make;make intall
发现不支持php(会报503错误)
于是。再装了一下php。debian的系统直接apt一个php5-cgi即可。
红帽的用户请装php-common,php-cli,php三项。
[root@xun www]# /root/cherokee-0.11.6/cherokee/cherokee-admin -b 192.168.0.153 -p 8080 -C /usr/local/etc/cherokee/cherokee.conf
Login:
User: admin
One-time Password: SkbsF0T7kq5siKXX
Cherokee Web Server 0.11.6 (Jan 7 2009): Listening on port 8080, TLS disabled,
IPv6 disabled, using epoll, 1024 fds system limit, max. 505 connections,
single thread
(这里的192.168.0.153是你客户机的IP,不是web服务器的。)
访问phpinfo的网址,发现已经OK了。
如何在Ubuntu 14.04上安装轻量级Web服务器Cherokee:http://www.linuxdiyf.com/linux/10582.html