Index: [Article Count Order] [Thread]

Date:  Tue, 26 Dec 2006 23:51:32 +0000
From:  Dogsbody <dan (at mark) dogsbody.org>
Subject:  [coba-e:08345] Two suggested Apache tweaks
To:  coba-e (at mark) bluequartz.org
Message-Id:  <4591B584.5020703 (at mark) dogsbody.org>
X-Mail-Count: 08345


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