--prefix=/usr--sbin-path=/usr/sbin/nginx--conf-path=/etc/nginx/nginx.conf--error-log-path=/var/log/nginx/error.log--http-log-path=/var/log/nginx/access.log--pid-path=/var/run/nginx/nginx.pid--lock-path=/var/lock/nginx.lock--user=nginx--group=nginx--with-htt..
分类:
其他好文 时间:
2014-10-15 05:48:00
阅读次数:
188
环境说明:os版本:rhel5.764位hadoop版本:hadoop-0.20.2hbase版本:hbase-0.90.5pig版本:pig-0.9.2访问日志文件,下载文章中的附件!日志放在本地目录路径为:/home/hadoop/access_log.txt日志格式为:220.181.108.151--[31/Jan/2012:00:02:32+0800]"GET/home.php?mod=space..
分类:
数据库 时间:
2014-10-14 21:26:39
阅读次数:
392
http{include/etc/nginx/mime.types;default_typeapplication/octet-stream;charsetutf-8;log_formatmain‘$remote_addr-$remote_user[$time_local]"$request"‘‘$status$body_bytes_sent"$http_referer"‘‘"$http_user_agent""$http_x_forwarded_for"‘;access_log/var/log/nginx/..
分类:
Web程序 时间:
2014-10-13 18:36:30
阅读次数:
226
shell判断文件,目录是否存在或者具有权限#!/bin/sh myPath="/var/log/httpd/" myFile="/var /log/httpd/access.log" #这里的-x 参数判断$myPath是否存在并且是否具有可执行权限 if [ ! -x "$myP...
分类:
系统相关 时间:
2014-10-13 12:02:39
阅读次数:
164
查看apache日志
apache日志位置
不同的系统位置不同。
widnows
假如是windows的话,xampp下应该是都存在的,直接去找apache的folder/log/access.log
| error.log下的文件就好了
Ubuntu和Mac
这个是要找apache的位置的,可以尝试用whereis apache2来查看ubuntu...
分类:
Web程序 时间:
2014-10-12 03:52:27
阅读次数:
207
下面的方法是利用管道文件,使得nginx来支持cronlog分割日志实现方法1,建立管道文件mkfifo/var/log/accesslog/nginx/access.log2,修改nginx的log日志指向access_log/var/log/accesslog/nginx/access.log;...
分类:
其他好文 时间:
2014-10-11 23:19:46
阅读次数:
232
server { listen 80; server_name api.colortrip.cn; client_max_body_size 10m; access_log /dev/null; #error_log /dev/null; error_log /home/nginxlog/error...
分类:
其他好文 时间:
2014-10-11 23:15:36
阅读次数:
363
times=`tail-1/Data/logs/nginx/access.log|awk‘{print$4}‘`m_time=`echo${times}|awk-F:‘{print$2}‘`foriin010203040506070809;doif[$i-eq${m_time}];thenm_time=`echo${m_time#0}`fidoneif[${m_time}="00"];thens_time="23"elselet"s_time=${m_time}-1"num=`exprlength${s_ti..
分类:
其他好文 时间:
2014-10-09 19:08:58
阅读次数:
221
@73@7413:4*733522447013:5*1204854033613:**511953170672@7314:12 [logwatch@u]$ cat /opt/logs/nginx/access/log | grep "24/Sep/2014:13:5" | grep blacklist...
分类:
其他好文 时间:
2014-10-09 01:00:17
阅读次数:
242
配置好项目之后,Apache,MySQL等会产生日志,为了方便管理,将其按照一定的间隔时间进行转储1.Apache日志在配置文件中加入以下两句:CustomLog"|/usr/sbin/rotatelogs/var/log/httpd/access-80.log.%Y%m%d86400540"combinedErrorLog"|/usr/sbin/rotatelogs/var/log/httpd/error..
分类:
系统相关 时间:
2014-09-29 18:02:01
阅读次数:
356