Add two more configuration options (defaults were not changed):
- LOG_UNKNOWN: whether to log unknown request headers. Most sites will not want to log them, which will save them a bit of CPU time;
- FLUSH_LOG: whether to fflush() the log file after each request. If this is turned off there's a slight savings in CPU cycles.