抓包工具fiddler
YII文档
http://www.digpage.com/behavior.html
nginx 模块
http://www.oschina.net/question/12_4180
http://tengine.taobao.org/book/module_development.html
http://blog.csdn.net/column/details/nginx.html?&page=2
ELK 日志收集搭建+优化 https://www.gitbook.com/book/chenryn/elk-stack-guide-cn/details
<VirtualHost *:80>
ServerAdmin test@biuuu.com
DocumentRoot E:WEBecshop
ServerName ecshop.cc
ErrorLog "logs/dummy-host2.localhost-error.log"
CustomLog "logs/dummy-host2.localhost-access.log" common
<Directory E:WEBecshop>
Options FollowSymLinks
AllowOverride None
Order deny,allow
allow from all
</Directory>
</VirtualHost>