• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

Indexing beim Apache

MichiS

Registered
Hi,

kann mir irgendjemand sagen, wie ich beim Apache 1.3.12 (Linux)
das DirectoryIndexing ausschalte??

THX
MichiS
 
hab mal in meiner httpd.conf nachgesehen und folgendes gefunden:

# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory "D:/web">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

und noch

# FancyIndexing is whether you want fancy directory indexing or standard
#
IndexOptions FancyIndexing

gibts da keine doku auf apache.org ??

gruss
tobi
 
Soweit war ich auch schon, leider ist die letzte Doku, die ich gefunden hab vom 1.3.3 und da hat man einfach das Modul rausgegattert...

CU
MichiS
 
... also normaler Weise sollte der Eintrag

Options -Indexes

(je nachdem, wo Du das benötigst ... also <Directory> oder .htaccess etc.) reichen !?
 
Zurück
Oben