apache配置报错:Unrecognized LogFormat directive %I

跟着阿里云调日志教程(https://help.aliyun.com/document_detail/87740.html)时出现报错:

AH00526: Syntax error on line ... of httpd.conf:Unrecognized LogFormat directive %I

其实在配置文件中就有答案:

<IfModule logio_module>
      # You need to enable mod_logio.c to use %I and %O
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio

</IfModule>

我们只需要找到:

LoadModule logio_module modules/mod_logio.so

并将注释去除即可

上一篇:【转】ubuntu64,ndk-r9 编译 ffmpeg 2.1.1的config文件


下一篇:ASP.NET MVC与RAILS3的比较