Justin Erenkrantz wrote:
Do we really need LockFile, ScoreBoardFile?
LockFile is needed if people put ServerRoot on NFS, I guess. But perhaps just a comment to that effect would suffice.
Do we really need PidFile? The MPMs default to:
#define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
Which is the same. So, I'd toss PidFile in to httpd-default.conf.
Perhaps put it in extra/httpd-mpm.conf.
Same goes for Timeout and KeppAliveTimeout as DEFAULT_TIMEOUT is 300 and DEFAULT_KEEPALIVE_TIMEOUT is 15. Ditto for MaxKeepAliveRequests and KeepAliveTimeout.
AccessFileName defaults to DEFAULT_ACCESS_FNAME anyway.
I wouldn't have ServerTokens and/or ServerSignature in the default httpd.conf. They can read docs for that. =) (Perhaps being in httpd-default.conf.in is fine though - not sure.)
I'm slightly concerned that removing ServerTokens/ServerSignature will result in more [EMAIL PROTECTED] traffic. It is already a semi-FAQ. But I'm willing to try it.
Other than that, +1 on all those changes.
Joshua.
