亚洲韩日午夜视频,欧美日韩在线精品一区二区三区,韩国超清无码一区二区三区,亚洲国产成人影院播放,久草新在线,在线看片AV色

您好,歡迎來到思海網(wǎng)絡(luò),我們將竭誠為您提供優(yōu)質(zhì)的服務(wù)! 誠征網(wǎng)絡(luò)推廣 | 網(wǎng)站備案 | 幫助中心 | 軟件下載 | 購買流程 | 付款方式 | 聯(lián)系我們 [ 會員登錄/注冊 ]
促銷推廣
客服中心
業(yè)務(wù)咨詢
有事點(diǎn)擊這里…  531199185
有事點(diǎn)擊這里…  61352289
點(diǎn)擊這里給我發(fā)消息  81721488
有事點(diǎn)擊這里…  376585780
有事點(diǎn)擊這里…  872642803
有事點(diǎn)擊這里…  459248018
有事點(diǎn)擊這里…  61352288
有事點(diǎn)擊這里…  380791050
技術(shù)支持
有事點(diǎn)擊這里…  714236853
有事點(diǎn)擊這里…  719304487
有事點(diǎn)擊這里…  1208894568
有事點(diǎn)擊這里…  61352289
在線客服
有事點(diǎn)擊這里…  531199185
有事點(diǎn)擊這里…  61352288
有事點(diǎn)擊這里…  983054746
有事點(diǎn)擊這里…  893984210
當(dāng)前位置:首頁 >> 技術(shù)文章 >> 文章瀏覽
技術(shù)文章

apache中與日志有關(guān)的模塊

添加時間:2011-2-28  添加: admin 

在維護(hù)服務(wù)器的工作中,日志占很大的一部分,本文詳細(xì)介紹了Apache服務(wù)器與日志相關(guān)的模塊。 軟件
mod_log_sql 把日志記到mysql中的模塊  

準(zhǔn)備工作(安裝apache)
./configure --prefix=/www/apache --disable-module=all --enable-module=alias \
--enable-module=access --enable-module=auth --enable-module=log_config  --enable-module=log_agen \
--enable-module=log_common \
--enable-module=dir --enable-module=mime --enable-module=so
make
make install


Core模塊,提供ErrorLog,LogLevel
ErrorLog /www/apache/logs/error_log #定義error log的存放位置
LogLevel warn  #定義error log的級別。只有滿足級別的事件才被記錄


log_config模塊
LogFormat format [nickname]   #定義訪問日志的格式
LogFormat "%{User-agent}i" agent   
Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)

LogFormat "%h %l %u %t \"%r\" %>;s %b" common
192.168.0.15 - - [26/Sep/2003:18:22:09 +0800] "GET / HTTP/1.1" 404 272

LogFormat中參數(shù)含義
   %a    訪問者ip
   %A    local ip
   %B    不包括HTTP 頭發(fā)送的數(shù)據(jù)字節(jié)數(shù)
   %b     以CLF格式表示的發(fā)送字節(jié)數(shù)
   %c     在response后的連接狀態(tài)
   %f     請求的文件名
   %h     客戶端host
   %H     請求使用的協(xié)議
   %m     請求的方法get,put...
   %P     提供服務(wù)的端口
   %p     為請求提供服務(wù)的子進(jìn)程ID
   %r     請求的第一行
   %s     status/
   %u     remote user
   %U     請求的URL path
CustomLog  file|pipe  format
CustomLog  logs/access.log common
CustomLog  "|/bin/gzip -c >;>; logs/access.log.gz" common

mod_log_mysql模塊
這個apache模塊允許你把日志記錄到mysql數(shù)據(jù)庫中去。Combined Log Format格式會被記錄到數(shù)據(jù)庫中。
DSO方式安裝該模塊
# tar zxf mod_log_sql.tar.gz -C /usr/local/src  
# cd /usr/local/src/mod_log_sql
修改Makefile文件,修改下面的路徑信息以符合你的安裝
APACHEINSTALLED:  
APACHEHEADERS: 用'locate httpd.h'查找路徑
MYSQLLIBRARIES: 用'locate libmysqlclient.so'查找路徑
MYSQLHEADERS: 用'locate mysql.h'查找路徑
#make dso
#make dsoinstall

為使用mod_log_mysql準(zhǔn)備mysql
創(chuàng)建數(shù)據(jù)庫accesslog
mysqladmin -u username -p create accesslog
mysql accesslog < /path/mod_log_sql/create_tables.sql
grant insert on accesslog.* to weblog@localhost identified by 'pass';


把下面兩行加入httpd.conf
LoadModule sql_log_module libexec/mod_log_sql.so
AddModule mod_log_sql.c
LogSQLLoginInfo localhost weblog pass
LogSQLDatabase accesslog
LogSQLSocketFile /tmp/mysql.sock
LogSQLTransferLogTable access_log

重起服務(wù)
#apachectl restart   
ok!mod_log_sql的安裝配置就到這里了。網(wǎng)站運(yùn)行一段時間以后你可以從mysql數(shù)據(jù)庫里獲得訪問日志了

關(guān)鍵字:apache 日志 模塊

分享到:

頂部 】 【 關(guān)閉
版權(quán)所有:佛山思海電腦網(wǎng)絡(luò)有限公司 ©1998-2024 All Rights Reserved.
聯(lián)系電話:(0757)22630313、22633833
中華人民共和國增值電信業(yè)務(wù)經(jīng)營許可證: 粵B1.B2-20030321 備案號:粵B2-20030321-1
網(wǎng)站公安備案編號:44060602000007 交互式欄目專項(xiàng)備案編號:200303DD003  
察察 工商 網(wǎng)安 舉報有獎  警警  手機(jī)打開網(wǎng)站