ISPCONFIG Roundcube debian 10 error 403

Demande d'aide : c'est ici.
Répondre
ewkilian
Membre
Membre
Messages : 80
Inscription : 12 oct. 2017, 10:27
Status : Hors-ligne

Bonjour tout le monde,
Je me permets de venir vers vous, car je sais que certaines personnes ici utilise ISPCONFIG.
Depuis une MAJ système et logiciel etc… je n’arrive plus à accéder à Roundcube.
Les services de mails fonctionnent pour info.
Si je vais sur : https://xx.xx.xx.xx:8080/webmail
Je me heurte à une erreur 403. « Forbidden You don't have permission to access this resource. »

Code : Tout sélectionner

[Fri Oct 30 09:39:29.926634 2020] [authz_core:error] [pid 28047] [client xx.xxx.xx.xx:59309] AH01630: client denied by server configuration: /var/lib/roundcube/

Code : Tout sélectionner

root@SRV:/tmp/ispconfig3_install/install# ls -al /var/lib/roundcube/
total 20
drwxr-xr-x  5 root     root     4096 Oct 27 11:19 .
drwxr-xr-x 54 root     root     4096 Oct 27 11:19 ..
lrwxrwxrwx  1 root     root       14 Aug 11 17:44 config -> /etc/roundcube
lrwxrwxrwx  1 root     root       23 Aug 11 17:44 .htaccess -> /etc/roundcube/htaccess
lrwxrwxrwx  1 root     root       30 Aug 11 17:44 index.php -> /usr/share/roundcube/index.php
lrwxrwxrwx  1 root     root       19 Aug 11 17:44 logs -> ../../log/roundcube
drwxr-xr-x  2 root     root     4096 Oct 29 08:29 plugins
lrwxrwxrwx  1 root     root       28 Aug 11 17:44 program -> /usr/share/roundcube/program
drwxr-xr-x  2 root     root     4096 Oct 27 11:19 skins
drwxr-x---  2 www-data www-data 4096 Aug 11 17:44 temp
root@SRV:/tmp/ispconfig3_install/install#

Code : Tout sélectionner

/etc/apache2/conf-available# cat roundcube.conf


# Those aliases do not work properly with several hosts on your apache server
# Uncomment them to use it or adapt them to your configuration
#    Alias /roundcube /var/lib/roundcube
Alias /roundcube /var/lib/roundcube
Alias /webmail /var/lib/roundcube



<Directory /var/lib/roundcube/>
  Options +FollowSymLinks
  # This is needed to parse /var/lib/roundcube/.htaccess. See its
  # content before setting AllowOverride to None.
  AllowOverride All
  <IfVersion >= 2.3>
    Require all granted
  </IfVersion>
  <IfVersion < 2.3>
    Order allow,deny
    Allow from all
  </IfVersion>
</Directory>

# Protecting basic directories:
<Directory /var/lib/roundcube/config>
        Options -FollowSymLinks
        AllowOverride None
</Directory>

<Directory /var/lib/roundcube/temp>
        Options -FollowSymLinks
        AllowOverride None
        <IfVersion >= 2.3>
          Require all denied
        </IfVersion>
        <IfVersion < 2.3>
          Order allow,deny
          Deny from all
        </IfVersion>
</Directory>

<Directory /var/lib/roundcube/logs>
        Options -FollowSymLinks
        AllowOverride None
        <IfVersion >= 2.3>
          Require all denied
        </IfVersion>
        <IfVersion < 2.3>
          Order allow,deny
          Deny from all
        </IfVersion>
</Directory>
Sinon j'ai essayé de suivre ce lien :
https://dump.4network.org/2015/05/0...n ... roundcube/
mais sans succès....

Ca fait des heures que je cherche. Est-ce que vous auriez une piste ? ou idée ?
Merci d'avance
A bientot
Répondre