awstat分析nginx日志

http://lxw66.blog.51cto.com/5547576/1323712

server{
listen ;
server_name localhost;
index index.html index.htmindex.php default.html default.htm default.php;
root /home/www/awstats;
location ~ ^/awstats/ { #html静态页面目录
root /home/www/awstats;
index index.html;
access_log off;
} location ^~ /icon/ { #图标目录
root /usr/local/awstats/wwwroot;
index index.html;
access_log off;
} utoindex on; #开启目录浏览功能
access_log off;
}

最新文章

  1. OracleHelper类
  2. 第3章 窗口与消息_3.1Windows编程模型
  3. ionic tab导航在android 真机测试中 导航在顶部解决办法
  4. hibernate配置文件中的schema="dbo"在MySQL数据库不可用
  5. matlab 调用dos命令和文件操作
  6. aggregateByKey
  7. 关于c语言char类型输入输出的一个bug
  8. Jquery Ajax 调用 WebService
  9. FLASK初步实践
  10. box-shadow 给图片添加内部阴影
  11. String的split
  12. 问题(一)---线程池,锁、堆栈和Hashmap相关
  13. ubuntu16.04无法获取ip地址的解决方案
  14. python基础知识7---补充
  15. Markdown:常用语法
  16. python之字符串的常用操作(转)
  17. what's the python之python介绍
  18. 01c++学习
  19. [转]centos6 与 7 其中的一些区别
  20. DQL-分页查询

热门文章

  1. Nginx学习笔记(三)------配置文件nginx.conf说明
  2. grep命令经常使用參数及使用方法
  3. OSX: SSH密钥使用日记(1)
  4. oracel become INDEX UNUSABLE
  5. HDU 3974 Assign the task(dfs时间戳+线段树成段更新)
  6. webservice系统学习笔记7-使用handler实现过滤器/拦截器效果
  7. 设置Linux-Centos6.5字符集
  8. WebView和JavaScript如何实现相互调用
  9. mysql中char,varchar,text
  10. 主流ETL(Extract-Transform-Load)工具选型,Kettle Spoon、Datastage、Powercenter介绍