linux-l: Forbidden

Jens Dreger jens.dreger at physik.fu-berlin.de
Mi Aug 30 15:25:40 CEST 2000


> Damit sollte dann alles erlegdigt sein. Zu den Anderen Hinweisen:
> Die SuSE-Config gestattet Indexing und auch FollowSymLinks.

Well,...

----SuSE 6.2:--------------------------------
<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>

<Directory "/usr/local/httpd/htdocs">
    Options Indexes FollowSymLinks
    Order allow,deny
    Allow from all
</Directory>
==============================================

----SuSE 6.4:-------------------------------
<Directory />
    AuthUserFile  /etc/httpd/passwd
    AuthGroupFile /etc/httpd/group
    Options -FollowSymLinks
    AllowOverride None
</Directory>

<Directory "/usr/local/httpd/htdocs">
    Options Indexes -FollowSymLinks +Includes MultiViews
    [...]
</Directory>
===============================================

Not really the same...

Gruss,

Jens.


PS: Wo kann man sich SuSE 7.0 ISOs runterziehen ? Oder geht das etwa
    immer noch nicht ?



Mehr Informationen über die Mailingliste linux-l