Am 26.02.2016 um 15:01 schrieb Reindl Harald:
http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#bufferedlogs
Context: server config

is that a documentation error or a error in the module that
"BufferedLogs Off" inside a vhost is accepted

the config below at least gives no error and it's unclear if it disables
the BufferedLogs from the global config entirely or is silently ignored

<IfModule mod_ssl.c>
  <VirtualHost *:443>
   BufferedLogs Off
   ...
  </VirtualHost>
</IfModule>

looking with "tail -f" to a different bhost-specific logfile in fact it disables BufferedLogs globally instead for only that vhost or raise a error witch "apachectl -t" that it is not allowed here

so it's a bug

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to