Apche how to turn on error log?

after win10, installs xampp, the error log in httpd.conf is configured by default, but there is no error.log file generated in the error folder, even when the port of Apache is occupied and cannot be started, there is no log generation in Apache.

:

logApacherotatelogscmd

rotatelogs.exe

so I"d like to ask you how to open the error log, of Apache correctly. Thank you!

Mar.04,2021

there seems to be nothing wrong with your configuration.

ErrorLog "|bin/rotatelogs -l logs/error_%Y%m%d.log 86400"
Menu