mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-21 02:10:11 +08:00
Translating by ThomazL
This commit is contained in:
parent
573b37680a
commit
cd0c5af250
@ -1,3 +1,6 @@
|
||||
>> Translating by ThomazL 11/04/2014
|
||||
|
||||
|
||||
How to run SQL queries against Apache log files on Linux
|
||||
================================================================================
|
||||
One of the distinguishing features of Linux is that, under normal circumstances, you should be able to know what is happening and has happened on your system by analyzing one or more system logs. Indeed, system logs are the first resource a system administrator tends to look to while troubleshooting system or application issues. In this article, we will focus on the Apache access log files generated by Apache HTTP web server. We will explore an alternative way of analyzing Apache access logs using [asql][1], an open-source tool that allows one to run SQL queries against the logs in order to view the same information in a more friendly format.
|
||||
@ -135,4 +138,4 @@ via: http://xmodulo.com/sql-queries-apache-log-files-linux.html
|
||||
|
||||
[a]:http://xmodulo.com/author/gabriel
|
||||
[1]:http://www.steve.org.uk/Software/asql/
|
||||
[2]:http://xmodulo.com/how-to-set-up-epel-repository-on-centos.html
|
||||
[2]:http://xmodulo.com/how-to-set-up-epel-repository-on-centos.html
|
||||
|
Loading…
Reference in New Issue
Block a user