Auf Kriegsfuss mit dem Indianer

Hiho

Ich hab im moment nur probleme mit apache … ich hab vor kurzem SSI zum laufen gebracht … nun seit dem kann ich per http keine leeren verzeichnise mehr liste und er ignoriert .htaccess files auch … ;-(

ich poste mal die entsprechenden ausschnitte hier in der Hoffnung ihr könnt mir helfen … ich hab irgendwie das Gefühl, dass SSI .htpaccess aufhebt … allerdings ist der Indianer, so symphatisch er mir auch manchmal ist, nicht mein Fall … ich brauch ihn wirklich nicht sehr oft …

.htaccess Konfiguration

AccessFileName: The name of the file to look for in each directory

for access control information.

AccessFileName .htaccess

The following lines prevent .htaccess files from being viewed by

Web clients. Since .htaccess files often contain authorization

information, access is disallowed for security reasons. Comment

these lines out if you want Web visitors to see the contents of

.htaccess files. If you change the AccessFileName directive above,

be sure to make the corresponding changes here.

Also, folks tend to use names such as .htpasswd for password

files, so this will protect those as well.

Order allow,deny
Deny from all

SSI Konfiguration

ServerName odin.zyklop.net

DocumentRoot: The directory out of which you will serve your

documents. By default, all requests are taken from this directory, but

symbolic links and aliases may be used to point to other locations.

DocumentRoot „/usr/local/httpd/htdocs“

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.

AuthUserFile /etc/httpd/passwd
AuthGroupFile /etc/httpd/group

Options FollowSymLinks +Includes
AllowOverride None

Note that from this point forward you must specifically allow

particular features to be enabled - so if something’s not working as

you might expect, make sure that you have specifically enabled it

below.

This should be changed to whatever you set DocumentRoot to.

This may also be „None“, „All“, or any combination of „Indexes“,

„Includes“, „FollowSymLinks“, „ExecCGI“, or „MultiViews“.

Note that „MultiViews“ must be named *explicitly* — „Options All“

doesn’t give it to you.

Options Indexes FollowSymLinks Includes MultiViews

This controls which options the .htaccess files in directories can

override. Can also be „All“, or any combination of „Options“, „FileInfo“,

„AuthConfig“, and „Limit“

hat jemand ne Idee ?

gruss

Berni

Morjen,
schau mal da nach, http://www.teamone.de/selfhtml/sfarchiv/2000_4/t2235…
oder im
http://www.google.com
dieses eingeben: apache htaccess leere verzeichnisse
Gruß Fritz

[Bei dieser Antwort wurde das Vollzitat nachträglich automatisiert entfernt]

Hiho …

danke für den 1. Link, aber ich denke der Syntax meiner .htaccess datein stimmen grundsätzlich, da ich diese zbs. auch meinem egoserver im keller ohne probleme laufen

Google: ich bin noch nie auf die Idee gekommen dort was auf deutsch zu suchen, werds aber mal probieren :wink:

gruss

berni

Morjen,
schau mal da nach,
http://www.teamone.de/selfhtml/sfarchiv/2000_4/t2235…
oder im
http://www.google.com

dieses eingeben: apache htaccess leere verzeichnisse
Gruß Fritz

Hiho

Ich hab im moment nur probleme mit apache … ich hab vor
kurzem SSI zum laufen gebracht … nun seit dem kann ich per
http keine leeren verzeichnise mehr liste und er ignoriert
.htaccess files auch … ;-(

ich poste mal die entsprechenden ausschnitte hier in der
Hoffnung ihr könnt mir helfen … ich hab irgendwie das
Gefühl, dass SSI .htpaccess aufhebt … allerdings ist der
Indianer, so symphatisch er mir auch manchmal ist, nicht mein
Fall … ich brauch ihn wirklich nicht sehr oft …

.htaccess Konfiguration

AccessFileName: The name of the file to look for in each

directory

for access control information.

AccessFileName .htaccess

The following lines prevent .htaccess files from being

viewed by

Web clients. Since .htaccess files often contain

authorization

information, access is disallowed for security reasons.

Comment

these lines out if you want Web visitors to see the contents

of

.htaccess files. If you change the AccessFileName directive

above,

be sure to make the corresponding changes here.

Also, folks tend to use names such as .htpasswd for password

files, so this will protect those as well.

Order allow,deny
Deny from all

SSI Konfiguration

ServerName odin.zyklop.net

DocumentRoot: The directory out of which you will serve your

documents. By default, all requests are taken from this

directory, but

symbolic links and aliases may be used to point to other

locations.

DocumentRoot „/usr/local/httpd/htdocs“

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.

AuthUserFile /etc/httpd/passwd
AuthGroupFile /etc/httpd/group

Options FollowSymLinks +Includes
AllowOverride None

Note that from this point forward you must specifically

allow

particular features to be enabled - so if something’s not

working as

you might expect, make sure that you have specifically

enabled it

below.

This should be changed to whatever you set DocumentRoot to.

This may also be „None“, „All“, or any combination of

„Indexes“,

„Includes“, „FollowSymLinks“, „ExecCGI“, or „MultiViews“.

Note that „MultiViews“ must be named *explicitly* —

„Options All“

doesn’t give it to you.

Options Indexes FollowSymLinks Includes MultiViews

This controls which options the .htaccess files in

directories can

override. Can also be „All“, or any combination of

„Options“, „FileInfo“,

„AuthConfig“, and „Limit“

hat jemand ne Idee ?

gruss

Berni