码迷,mamicode.com
首页 > Web开发 > 详细

LAMP_ 配置apache的访问日志

时间:2016-08-04 19:53:51      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:lamp

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


ErrorLog "|/usr/local/apache/bin/rotatelogs -l /usr/local/apache/logs/oem.discuz.qq.com-error_%Y%m%d.log 86400"
    SetEnvIf Request_URI ".*\.gif$" image-request
    SetEnvIf Request_URI ".*\.jpg$" image-request
    SetEnvIf Request_URI ".*\.png$" image-request
    SetEnvIf Request_URI ".*\.bmp$" image-request
    SetEnvIf Request_URI ".*\.swf$" image-request
    SetEnvIf Request_URI ".*\.js$" image-request
    SetEnvIf Request_URI ".*\.css$" image-request
    CustomLog "|/usr/local/apache/bin/rotatelogs -l /usr/local/apache/logs/oem.discuz.qq.com-access_%Y%m%d.log 86400" combined env=!image-request


技术分享


 

 /usr/local/apache2/bin/apachectl -t

 /usr/local/apache2/bin/apachectl restart


本文出自 “IT屌丝” 博客,请务必保留此出处http://68686789.blog.51cto.com/10438688/1834275

LAMP_ 配置apache的访问日志

标签:lamp

原文地址:http://68686789.blog.51cto.com/10438688/1834275

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!