zoukankan      html  css  js  c++  java
  • linux Apache rotatelogs 故障原因及解决方案未生效

    rotatelogs 截断日志。构造。但保存vhost.conf 之后。serverhttpd -k restart 还是无法成功重新启动。

    日志文件:

    (2)No such file or directory: AH00089: Couldn't start ErrorLog process ' rotatelogs /var/www/html/logs/error/%Y/%m/%d_error.log 86400 480'.
    AH00015: Unable to open logs
    (2)No such file or directory: AH00089: Couldn't start ErrorLog process ' rotatelogs /var/www/html/logs/error/%Y/%m/%d_error.log 86400 480'.
    AH00015: Unable to open logs
    
    
    Could not open log file '/home/zbphp.com/logs/access/2014/access__20141019.log' (No such file or directory)
    AH00106: piped log program '/usr/sbin/rotatelogs /home/zbphp.com/logs/access/%Y/access__%Y%m%d.log 86400 480' failed unexpectedly
    Could not open log file '/home/zbphp.com/logs/access/2014/access__20141019.log' (No such file or directory)
    AH00106: piped log program '/usr/sbin/rotatelogs /home/zbphp.com/logs/access/%Y/access__%Y%m%d.log 86400 480' failed unexpectedly
    Could not open log file '/home/zbphp.com/logs/access/2014/access__20141019.log' (No such file or directory)
    AH00106: piped log program '/usr/sbin/rotatelogs /home/zbphp.com/logs/access/%Y/access__%Y%m%d.log 86400 480' failed unexpectedly
    Could not open log file '/home/zbphp.com/logs/access/2014/access__20141019.log' (No such file or directory)
    AH00106: piped log program '/usr/sbin/rotatelogs /home/zbphp.com/logs/access/%Y/access__%Y%m%d.log 86400 480' failed unexpectedly


    解决的方法:

    1)rotatelogs 不能直接写 rotatelogs。必须写完整地址  /usr/sbin/rotatelogs

    2)rotatelogs 无创建文件夹的权限。所以最好不要给 格式化的地址加文件夹。


    正确的写法:

    CustomLog "| /usr/sbin/rotatelogs /var/www/html/logs/access_%Y%m%d.log 86400 480 " combined 

    by default7#zbphp.com


    版权声明:本文博主原创文章,博客,未经同意不得转载。

  • 相关阅读:
    让程序调用运行linux shell命令
    纯C的字符串问题
    Linux的打包和解压缩命令
    ubuntu安装mosquitto-1.4.5
    无Teamview授权,使用Teamview方式
    有效利用家用宽带,动态域名服务(DDNS)
    pfx格式证书转成nginx可用的证书
    iis文件上传限制
    vue脚手架使用
    netcore中执行linux命令
  • 原文地址:https://www.cnblogs.com/zfyouxi/p/4812197.html
Copyright © 2011-2022 走看看