Two suggested Apache tweaks
It's kinda overkill to have the Apache manual set up for every virtual site. It
can also give visitors (that know top put /manual on your website) details of
the Apache version. Simple fix...
mv /etc/httpd/conf.d/manual.conf /etc/httpd/conf.d/manual.conf.off
This is a broken config anyway, it shows the Apache welcome page if the site has
no index page. Not only does the Apache welcome page not exist any more
(/error/noindex.html) but it breaks sites that want to have a directory index
page as their front page (yes, some people want to do this!). Simple fix...
mv /etc/httpd/conf.d/welcome.conf /etc/httpd/conf.d/welcome.conf.off
Just my 0.02 GBP
Dan