发布时间:2013-04-22 11:23:37
一、什么是 FastCGIFastCGI是一个可伸缩地、高速地在HTTP server和动态脚本语言间通信的接口。多数流行的HTTP server都支持FastCGI,包括Apache、Nginx和lighttpd等,同时,FastCGI也被许多脚本语言所支持,其中就有PHP。 FastCGI是从CGI发展改进而来的。传统CGI接口方式的主要缺点是性能很差,因为每.........【阅读全文】
发布时间:2013-04-22 11:21:29
http://wiki.nginx.org/Main资料:http://nginx.org/cn/http://nginx.com/安装:10.xxx.xxx.124 vim /etc/yum.confCentOS:[nginx]name=nginx repobaseurl=http://nginx.org/packages/centos/$releasever/$basearch/gpgcheck=0enabled=1[root@vm12080045 ~]# yum --enablerepo=nginx info nginxAvailab.........【阅读全文】
发布时间:2013-04-20 10:57:37
来源:http://zhumeng8337797.blog.163.com/blog/static/100768914201110244740147/缓存(cached)是把读取过的数据保存起来,重新读取时若命中(找到需要的数据)就不要去读硬盘了,若没有命中就读硬盘。其中的数据会根据读取频率进行组织,把最频繁读取的内容放在最容易找到的位置,把不再读的内容不断往后排,直至.........【阅读全文】
发布时间:2013-04-20 10:27:48
来源:http://blog.chinaunix.net/uid-10915175-id-3209738.html 1:load Average 1.1:什么是Load?什么是Load Average? Load 就是对计算机干活多少的度量(WikiPedia:the system Load is a measure of the amount of work that a compute system is doing) 简.........【阅读全文】
发布时间:2013-04-16 23:17:08
来源: http://blog.csdn.net/ffb/article/details/8792009如果想调试“MySQL server has gone away”的问题,可以这样重现:修改配置文件:[html] view plaincopysudo vi /etc/mysql/my.cnf 做如下修改:[html] view plaincopy[mys.........【阅读全文】