How do I diagnose «Internal Server Error» for Apache in Windows if nothing is logged?

I restart Apache:

net stop "Apache2.4" && net start "Apache2.4"

It forces Apache to flush its logs.

stackoverflow.com/a/32159874