ListenBacklog
ListenBacklog number
Default: 511
Server config
ListenBacklog
sets the maximum length of the queue
of pending connections. Normally, doing so is unnecessary, but it can
be useful if the server is under a TCP SYN flood attack, which
simulates lots of new connection opens that don’t
complete. On some systems, this causes a large backlog, which can be
alleviated by setting the ListenBacklog
parameter.
Only the knowledgeable should do this. See the
backlog
parameter in the manual entry for
listen
.
Back in the Config file, DocumentRoot
(as before)
sets the arena for our offerings to the customer.
ErrorLog
tells Apache where to log its errors, and
TransferLog
its successes. As we will see in Chapter 10 , the information stored in these logs can be
tuned.