Apache Access log file cut

Source: Internet
Author: User
Tags apache access log

Each user access generates an access log, along with an error log.

So, the log files will accumulate over the long-range, early to explode our hard drive, so we can cut through the log, such as the number of days to cut into a series of documents. You can then delete a long file by other means.

How to cut the file?

    1. First go to the main configuration file of the virtual host

      Vim/usr/local/apache2/conf/extra/httpd-vhosts.conf

Add the following modules

Errorlog "|/usr/local/apache2/bin/rotatelogs-l/usr/local/apache2/logs/liuwenzhi-error_%y%m%d.log 86400"

Customlog "|/usr/local/apache2/bin/rotatelogs-l/usr/local/apache2/logs/liuwenzhi-access_%y%m%d.log 86400" Combined

2. Access

Curl-x127.0.0.1:80 Www.liuwenzhi.com/forum.php-I


3. Enter www.liuwenhzi.com in the browser


4.cd/usr/local/apache2/logs/

[[email protected] logs]# ls

Access_log Httpd.pid Liuwenzhi-access_log

Error_log Liuwenzhi-access_20151129.log Liuwenzhi-error_log

[Email protected] logs]#


This article from the "Linux Learning Space" blog, reproduced please contact the author!

Apache Access log file cut

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.