changing apache servertokens setting?
Posted by: felix
Posted on: 2007-06-28 15:56:00
Hi, I noticed that apache seems to be configured with "ServerTokens full", which adds about 140 bytes to the http header. For many small http requests, that's enough to push the response to 2 tcp packets instead of 1, which has significant performance impact.
Is there some way to set "ServerTokens min" instead?