Cherokee 号称是世界上处理速度最快的httpd server 甚至比 Nginx 要牛!
很多人都抱有怀疑的态度,网上也纷纷展开了不通类型的测试,而我也是其中一个。
但撇开速度性能江湖中谁是...
八月 18th, 2009
Nginx + MySQL + FastCGI + PHP + eAccelerator 简易安装配置手册
No Comments, Apache&php&Ftp, Linux, 技术类, by ptubuntu.作者:Hily 原始链接:http://hily.me/blog/2008/11/nginx-mysql-fastcgi-php-eaccelerator/
版权声明:可以转载,转载时务必以超链接形式标明文章原始出处和作者信息及版权声明
(本文所介绍的安装...
如果你是在使用nginx做为你的主机.那么你要添加一个虚拟主机.如下添加红色为例.这个现在用的人还不是很多.但也为了自己以后留下一个笔记.
如果你的自动安装的程序那么这个配置文件...
四月 9th, 2009
Ubuntu+Nginx+PHP5+FastCGI
No Comments, Apache&php&Ftp, Linux, Ubuntu, 技术类, by ptubuntu.基于平台ubuntu的基础上安装nging,php5,FastCGI, MySQL.
1.安装 MySQL:
root@ptubuntu:~#aptitude install mysql-server mysql-client libmysqlclient15-dev
2.安装 PHP5
root@ptubuntu:~#aptitude install php5-common php5-c...
四月 9th, 2009
Ubuntu9.04+Nginx+MySQL5+PHP5+Wordress
No Comments, Apache&php&Ftp, Linux, Ubuntu, by ptubuntu.The Perfect Setup:
Ubuntu Server 8.04.1 LTS Hardy + EngineX (NGINX) Web Server built from sources + MySQL 5 + PHP…
四月 9th, 2009
ubuntu9.04 install nginx+mysql+php+phpmyadmin
10 Comments, Apache&php&Ftp, Linux, Ubuntu, by ptubuntu.安装平台基于ubuntu 9.04.使用apt-get简单安装.在安装之前你要准备好源.还有安装库g++ vim ssh links因为你要用到这些功具.
下面这个就是我配置成功图.
1 Install Tools
#apt-get install g++ vim...