Apache访问日志分类

本文介绍了Apache访问日志的四种主要格式:Common Log Format、Referer Log Format、Agent Log Format和Combined Log Format,其中Combined Log Format综合了前三者的日志信息。了解这些格式对于日志分析和网站管理至关重要。
摘要由CSDN通过智能技术生成

普通日志格式 common log format,CLF common大多数日志分析软件都支持这种格式

参考日志格式 referer log format referer记录客户访问站点的用户身份

代理日志格式 agent log format agent记录请求的用户代理

综合日志格式 combined log format combined结合以上三种日志信息

LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

Format String Description
%% The percent sign
%a Remote IP-address
%A Local IP-address
%B Size of response in bytes, excluding HTTP headers.
%b Size of response in bytes, excluding HTTP headers. In CLF format, i.e. a '-' rather than a 0 when no bytes are sent.
%{ Foobar}C The contents of cookie Foobar in the request sent to the server. Only version 0 cookies are fully supported.
%D The time taken to serve the request, in microseconds.
%{ FOOBAR}e The contents of the environment variable FOOBAR
%f Filename
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值