The LogFormat parameter of apache logs is described in the apache configuration file httpd. by default, logformat quot; % h % l % u % t \ quot; % r \ quot; % gt; is configured in conf; s % B \ quot; % {Referer} I \ quot; the parameter "% {User-Agent} I \ quo apache log LogFormat" is described in the apache configuration file httpd. by default,
Example The code is as follows:Copy code ErrorLog "xxx/log/error2.log"LogFormat "% h % l % u % t" % r "%> s % B" % {Referer} I "" % {User-Agent} I "combinedCustomLog "xxxx/log/logweb‑2.log" combined Generated logs The code is as follows:Copy code /Database/110/0 db40c45cfdb980cdffa1d0cffb2891c.htm HTTP/1.1 "200 2992"-"" YisouSpider"118.186.139.156--[22/Nov/2013: 1
\ "%>s%b" commonLogformat "%{referer}i,%u" RefererLogformat "%{user-agent}i" AgentDetailed: (from the network below)Settings for Apache logging formatThe format of the custom log file involves two instructions, the Logformat directive and the Customlog directive, and the default httpd.conf file provides several examples of these two instructions.The LOGFORMAT directive defines the format and assigns a name
The LogFormat parameter of apache logs is described in the apache configuration file httpd. by default, logformat "% h % l % u % t \" % r \ "%> s % B \" % {Referer} I \ "is configured in conf \"\" % {User-Agent} I \ "" common this is APACHE log record format settings, what do the parameters in this format mean? The following describes the specific parameters: the request itself will be recorded by placing v
In the Apache configuration file httpd.conf, there are generally similar to Logformat "%h%l%u%t \"%r\ "%>s%b \"%{referer}i\ "\"%{user-agent}i\ "" Common Logging format settings , then what is the meaning of each parameter in this format, and how can it be set up to fully grasp the site's access? Below I will be the parameter meaning, simply say.The condition of the request itself is recorded by placing various "%" escape characters in the format strin
%a Remote IP Address%A Native IP Address%B the number of bytes transferred except HTTP headers%b the number of bytes transmitted in CLF format other than HTTP headers, that is, when there is no byte transfer to show '-' instead of 0.%{foobar}c the
analysis, so that related services slowly popular. In addition, in the area of security management, the role of log is very important, In particular, troubleshoot Apache service errors and find an intrusion source. The Apache server runs with 2 standard log files: the error log (Access_log), the Access log (Error_log). In addition, the Apache server runtime generates a large number of ( GB) log files, if you do not need to save, it can be properly deleted to save hard disk space, if the server'
awstats_configure.pl
This is what the script do/ask (you can do all those steps manually instead of running awstats_configure.pl if you prefer ):
A) awstats_configure.pl try to find your Apache web server config file (ask path if not found) and check inside your server log format configuration. if you use a common log, awstats_configure.pl will suggest to change it to have NCSA combined/XLF/ELF log format (you can use your own log format but this predefined
Access Log)
Related module commands
* Mod_log_config
* Mod_setenvif
* CustomLog
* LogFormat
* SetEnvIf
Access logs record all requests processed by the server. The file name and location of the requests depend on the CustomLog command. The LogFormat command can simplify the log Content. This section describes how to configure Server access logs.
To implement log management, you must first generate ac
recorded. It is recommended to use at least the crit level.
When the error log is a separate official file, notice-level messages are always recorded and cannot be blocked. However, there is no such problem when logging with syslog.
Logformat: Defines the record format for accessing the log.
Syntax: Logformatformat|nickname [Nickname]
Logformat directives can be used in one of two definition formats.
In th
Apache Log Configuration
Sometimes we need to customize the format and content of the Apache default log, such as increasing or decreasing the information logged by the log, changing the format of the default log file, and so on. This article describes all the information you can use with logging, and how to set up Apache to record this information.
First, define the log format (April 3)
Long ago, log files had only one format, which was "public format," which many people had becom
Sometimes we need to customize the format and content of Apache default logs, such as adding or reducing the information recorded in logs and changing the format of default log files. This article describes all the information that can be recorded using logs and how to set Apache to record the information.
1. Define the log format (January 1, April 3)
A long time ago, there was only one log file format, which was a "public format" and many people were used to this format. The custom log format
message, even if you are not familiar with Perl, you can find a lot of information about the error. For example, you can easily find out which lines of code has a problem. Perl has a sound mechanism for reporting program errors. Of course, the information output from different programming languages to error logs is different.
Ii. Define the log format
The format of the custom log file involves two Commands: The logformat command and the customlog com
A brief introduction to apache log analysis is provided. For more information, see LogFiles on the apache official website...
Apache Log analysis is briefly introduced, mainly refer to the apache official website Log Files, manual reference http://httpd.apache.org/docs/2.2/logs.html
I. log analysis
If the default configuration is used during apache installation, two files, access_log and error_log, are generated in the/logs directory.
1. access_log
Access_log is an access log that records all
Apache Log analysis is briefly introduced, mainly refer to the apache official website Log Files, manual reference http://httpd.apache.org/docs/2.2/logs.html
I. Log Analysis
If the default configuration is used during apache installation, two files, access_log and error_log, are generated in the/logs directory.
1. access_log
Access_log is an access log that records all requests to the apache server. Its location and content are controlled by the CustomLog command. The
ErrorLogvarloghttpd-error.logLogLevelwarnLogFormat % h % l % u % t % r %; s % B % {Referer} I % {User-Agent} combinedLogFormat % h % l % u % t % r %; s % bcommonLogFormat % {Referer} I-; % UrefererLogFormat % {User-agent} iagent #
ErrorLog/var/log/httpd-error.log LogLevel warn LogFormat "% h % l % u % t" % r "%; s % B "% {Referer} I" "% {User-Agent}" "combined LogFormat" % h % l % u % t "% r" %; s % B "comm
]
OptionLogfileThe reference name is the log file name. If logfile contains '%', it is considered as a string in strftime (3) format. Otherwise, it is automatically added in seconds.. Nnnnnnnnnn suffix. Both formats indicate the start time of the new log.RotationtimeInterval of Log File rollback in secondsOffsetThe number of minutes relative to the UTC time difference. If it is omitted, it is assumed that it is 0 and UTC time is used. For example, to specify the local time of the area with the U
Baidu.
# If you prefer a logfile with access, agent, and referer information# (Combined logfile format) You can use the following ctictive.## Customlog logs/access_log combined
Access log)
Related modules
Related commands
mod_log_config
mod_setenvif
CustomLog
LogFormat
SetEnvIf
Access logs record all requests processed by the server. The file name and location depend onCust
log file involves two commands, namely the LogFormat command and the CustomLog command. by default, the httpd. conf file provides several examples of these two commands.
The LogFormat command defines the format and specifies a name for the format. then we can directly reference this name. The CustomLog command sets the log file and specifies the format used by the log file (usually by the format name ).
Th
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.