四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区

Board logo

標(biāo)題: [教程] 什么是默認的web訪問日志 [打印本頁]

作者: admin    時間: 2012-7-26 20:34     標(biāo)題: 什么是默認的web訪問日志

apache或nginx都有開關(guān)默認日志,一個是正常訪問日志,一個是錯誤的日志
目錄在/www/wdlinux/apache/logs/
/www/wdlinux/nginx/logs/

這兩個日志,會記錄所有的正常與不正常的訪問日志信息
而且是所有服務(wù)器上的域名,除非,在站點管理城,啟用了日志記錄,才會將相應(yīng)的站點域名日志記錄到另一個獨立的文件中
否則,都會記錄在這幾個文件里
所以,是默認日志文件

不過,一般來說,這個日志是不是必須的,除非有其它必要,比如分析日志或做其它的數(shù)據(jù)統(tǒng)計用
否則,關(guān)閉日志,只有好處,沒壞處

如何關(guān)閉,請看
http://cd-genova.com/bbs/thread-2104-1-1.html
作者: zsroot    時間: 2012-7-27 15:22

學(xué)習(xí)了!ぁぁぁぁぁぁぁぁぁ
作者: testu    時間: 2012-8-9 14:47

本帖最后由 testu 于 2012-8-9 14:54 編輯

無法統(tǒng)計,在找原因。。。。
作者: testu    時間: 2012-8-9 15:49

似乎是日志格式不符合awstats的規(guī)范,咋辦呢

AWStats did not find any valid log lines that match your LogFormat parameter, in the 50th first non commented lines read of your log.
Your log file /www/web_logs/ipodhk.com_access_log must have a bad format or LogFormat parameter setup does not match this format.

Your AWStats LogFormat parameter is: 1
This means each line in your web server log file need to have "combined log format" like this:
111.22.33.44 - - [10/Jan/2001:02:14:14 +0200] "GET / HTTP/1.1" 200 1234 "http://www.fromserver.com/from.htm" "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)"

And this is an example of records AWStats found in your log file (the record number 50 in your log):
192.168.4.1 - - [09/Aug/2012:15:15:07 +0800] "GET /awstats/awstats.pl?config=www.ipodhk.com HTTP/1.0" 401 290


Setup ('/etc/awstats/awstats.www.ipodhk.com.conf' file, web server or permissions) may be wrong.
Check config file, permissions and AWStats documentation (in 'docs' directory).
作者: testu    時間: 2012-8-9 17:02

靠 不看日志不知道,一看嚇一跳,哪位兄弟想黑我呢。。。。。汗
  1. 192.168.4.1 - - [09/Aug/2012:17:01:28 +0800] "HEAD /www.ipodhk.comwww.ipodhk.com.rar HTTP/1.0" 404 -
  2. 192.168.4.1 - - [09/Aug/2012:17:01:30 +0800] "HEAD /www.ipodhk.com.rar HTTP/1.0" 404 -
  3. 192.168.4.1 - - [09/Aug/2012:17:01:30 +0800] "HEAD /www.ipodhk.com1.rar HTTP/1.0" 404 -
  4. 192.168.4.1 - - [09/Aug/2012:17:01:31 +0800] "HEAD /ipodhkipodhk.rar HTTP/1.0" 404 -
  5. 192.168.4.1 - - [09/Aug/2012:17:01:31 +0800] "HEAD /ipodhk.rar HTTP/1.0" 404 -
  6. 192.168.4.1 - - [09/Aug/2012:17:01:32 +0800] "HEAD /ipodhk1.rar HTTP/1.0" 404 -
  7. 192.168.4.1 - - [09/Aug/2012:17:01:29 +0800] "POST /wp-cron.php?doing_wp_cron=1344502888.8065030574798583984375 HTTP/1.0" 200 92
  8. 192.168.4.1 - - [09/Aug/2012:17:01:32 +0800] "HEAD /wwwipodhkcomwwwipodhkcom.rar HTTP/1.0" 404 -
  9. 192.168.4.1 - - [09/Aug/2012:17:01:34 +0800] "HEAD /wwwipodhkcom.rar HTTP/1.0" 404 -
  10. 192.168.4.1 - - [09/Aug/2012:17:01:35 +0800] "HEAD /wwwipodhkcom1.rar HTTP/1.0" 404 -
  11. 192.168.4.1 - - [09/Aug/2012:17:01:35 +0800] "HEAD /ipodhk.comipodhk.com.rar HTTP/1.0" 404 -
  12. 192.168.4.1 - - [09/Aug/2012:17:01:33 +0800] "POST /wp-cron.php?doing_wp_cron=1344502893.0803399085998535156250 HTTP/1.0" 200 92
  13. 192.168.4.1 - - [09/Aug/2012:17:01:39 +0800] "HEAD /ipodhk.com.rar HTTP/1.0" 404 -
  14. 192.168.4.1 - - [09/Aug/2012:17:01:40 +0800] "HEAD /ipodhk.com1.rar HTTP/1.0" 404 -
  15. 192.168.4.1 - - [09/Aug/2012:17:01:41 +0800] "HEAD /ipodhkcomipodhkcom.rar HTTP/1.0" 404 -
  16. 192.168.4.1 - - [09/Aug/2012:17:01:41 +0800] "HEAD /ipodhkcom.rar HTTP/1.0" 404 -
  17. 192.168.4.1 - - [09/Aug/2012:17:01:42 +0800] "HEAD /ipodhkcom1.rar HTTP/1.0" 404 -
復(fù)制代碼

作者: soyuyi    時間: 2012-10-4 10:02

回復(fù) 1# admin


   eaccelerator_cache可以刪除嗎?/www/wdlinux/eaccelerator_cache/
作者: admin    時間: 2012-10-4 12:19

不可以的,這個刪了可能會有問題的

不過里面的子目錄是可以刪
作者: soyuyi    時間: 2012-10-4 12:29

回復(fù) 7# admin


   eaccelerator_cache 這個文件夾里的所有東西都可以刪除?就是這個目錄不刪除就沒問題是吧?
作者: admin    時間: 2012-10-4 14:17

可以,不過刪除后,只要有啟動EA,還是會自動創(chuàng)建這些目錄的
作者: aa4810012    時間: 2014-4-12 10:50

回復(fù) 1# admin

目錄在/www/wdlinux/apache/logs/
/www/wdlinux/nginx/logs/  這兩個默認日志125.70.243.211 - - [19/Jun/2012:14:55:04 +0800]   都是這個時間點,我想可能是買來的時候就關(guān)了,但是我想看看蜘蛛的情況,去看了論壇的帖子, 可是我找到www/www_logs  這個文件夾下面是空的,請問下面需要建立什么文件么, 另外論壇中看到的  http://cd-genova.com/bbs/viewth ... hlight=%C8%D5%D6%BE  這個上面的日志切割我也沒能找到 ,操作系統(tǒng):Linux 2.6.32-220.4.1.el6.i686  這是我的操作系統(tǒng),不過我是純新手,所以在此尋求指點




歡迎光臨 WDlinux官方論壇 (http://cd-genova.com/bbs/) Powered by Discuz! 7.2