Page 1 of 1

Apache - DocumentRoot & <Directory>

Posted: 2004-01-10 23:45
by flolein
Wenn DocumentRoot z.B. auf /var/www gesetzt ist, ist dann trotzdem noch ein Abschnitt à la

Code: Select all

<Directory />
    Options None
    AllowOverride None
    Order Deny,Allow
    Deny from All
</Directory>
nötig? Falls ja, warum? :) Oberhalb von DocumentRoot hat Apache doch eigentlich gar nichts zu suchen...

Re: Apache - DocumentRoot & <Directory>

Posted: 2004-01-11 00:07
by oxygen
Als zusätzliche Sicherheit okay. So kann man verhindern das ein Verzeichnis außerhalb des DocumentRoot z.B. per Alias eingebunden wird.