我不能让Apache产生任何access.log输出,而不是默认的。
我试过了
apache.conf定义的日志“昵称” apachectl -M输出:
log_config_module (static)
我知道Ubuntu软件包的维护人员重写了很多Apache,我想知道是否有一些Ubuntu特定的开关或更改/问题,我错过了防止自定义日志logging?
我期望的输出是
\"%{Host}i\" (客户端请求的域) 类似于:
LogFormat "debug-entry %h %l %u %t \"%r\" \"%{Host}i\" %>s %b" myCustom CustomLog ${APACHE_LOG_DIR}/access.log myCustom