生活的美妙在于,不知道一下秒是惊艳还是伤神,时光流转,珍惜现在的拥有的时光
全部博文(276)
发布时间:2016-05-09 11:00:45
I wrote a little while ago about how, for running PHP, Nginx was not faster than Apache. At first I figured that it would be and then it turned out not to be, though only by a bit.But since Apache also has an event-based MPM I wanted to see if the opposite results were true; that if.........【阅读全文】
发布时间:2016-02-25 17:53:30
1.添加nginx状态信息配置项:修改nginx配置文件,在http下添加server。点击(此处)折叠或打开# vim /usr/local/nginx/conf/nginx.conf点击(此处)折叠或打开server { listen 80;.........【阅读全文】