httpd 2.4 missing directives
Posted
by
CraigH
on Server Fault
See other posts from Server Fault
or by CraigH
Published on 2012-10-15T11:05:30Z
Indexed on
2012/10/15
21:40 UTC
Read the original article
Hit count: 338
I just setup httpd 2.4 on an Amazone AMI and I noticed in the httpd.conf file there are alot of directives missing compared to a 2.2 conf file. For example: ServerTokens, Timeout, Server Signature, LoadModule are all not present.
My question is, if they arent explicitly set in the httpd.conf file are they being set somewhere else? If not, what are their default values and why arent they in the conf file.
Should I manually be setting these directives?
© Server Fault or respective owner