On Thu, Jun 26, 2003 at 12:04:31AM +0200, Astrid Ke?ler wrote: > > This adds a directive ErrorLogsWithVhost that extends the error log format > > by adding server name and port to entries in the error logs. > > This can also be done with LogFormat using %v and %p. What is > wrong with these log formats?
"LogFormat" works well with "CustomLog" and "TransferLog" in mod_log_config, but "ErrorLog" is in the core and does not support "LogFormat". Cheers, Glenn
