[Eisfair] Brauche Hilfe bei Apache und ssl

Friedhold Schuster f.schuster at gmx.de
Do Mär 30 13:44:03 CEST 2017


Hallo Ulrich,

Am 30.03.2017 um 13:24 schrieb Ulrich Hupe:
> wie sehen da die Einträge für listen aus?

meinst Du das?

Listen 0.0.0.0:80
<Directory />
     Options FollowSymLinks
     AllowOverride None
</Directory>
<Directory /var/www/htdocs>
     Options FollowSymLinks MultiViews Indexes
     AllowOverride All
     Require all granted
</Directory>
<Directory /home/*/public_html>
     Options FollowSymLinks MultiViews Indexes
     AllowOverride All
     Require all granted
</Directory>
Alias /icons/ /usr/local/apache2/icons/
<Directory /usr/local/apache2/icons/>
     Options FollowSymLinks MultiViews
     Require all granted
     AllowOverride All
</Directory>
UserDir public_html
DirectoryIndex index.html index.htm index.php
AccessFileName .htaccess
<Files ~ "^\.ht">
     Require all denied
</Files>



Gruß friedhold


Mehr Informationen über die Mailingliste Eisfair