Index and serversignature

My httpd.conf has:

<LocationMatch "^/$">
Options -Indexes
ErrorDocument 403 /error/noindex.html
</LocationMatch>


ServerSignature Off
--------------------------------------------

I restart httpd, and yet, it generates the index of directories and
writes server name. Am I missing something?
Rishi [ Fr, 01 Februar 2008 03:33 ] [ ID #1921819 ]
Webserver » alt.apache.configuration » Index and serversignature

Vorheriges Thema: [STAT] Statistics of alt.apache.configuration 02/01/08
Nächstes Thema: combine require user and require group