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>

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to