工具

抓包工具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:\WEB\ecshop
ServerName ecshop.cc
ErrorLog "logs/dummy-host2.localhost-error.log"
CustomLog "logs/dummy-host2.localhost-access.log" common

<Directory E:\WEB\ecshop>
Options FollowSymLinks
AllowOverride None
Order deny,allow
allow from all
</Directory>

</VirtualHost>

posted on 2017-01-20 17:55  小V_chen  阅读(153)  评论(0编辑  收藏  举报

导航