Bonjour la liste,
l'un d'entre vous aurait-il installé Roundcube avec les paquets
Debian, ce qui lui permettrait
de me tuyauter sur la meilleure façon de paramétrer fastcgi dessus ?
# apt-get install roundcube roundcube-mysql roundcube-plugins
J'ai en effet des difficultés pour atteindre la source des liens
symboliques, en effet :
==================================================================== > = > # ls -al /var/lib/roundcube
total 20
drwxr-xr-x 5 root root 4096 sept. 4 00:56 .
drwxr-xr-x 41 root root 4096 sept. 4 00:56 ..
lrwxrwxrwx 1 root root 14 mai 9 10:59 config ->
/etc/roundcube
lrwxrwxrwx 1 root root 23 mai 9 10:59 .htaccess ->
/etc/roundcube/htaccess
lrwxrwxrwx 1 root root 30 mai 9 10:59 index.php ->
/usr/share/roundcube/index.php
lrwxrwxrwx 1 root root 19 mai 9 10:59 logs ->
../../log/roundcube
drwxr-xr-x 2 root root 4096 sept. 4 00:56 plugins
lrwxrwxrwx 1 root root 28 mai 9 10:59 program ->
/usr/share/roundcube/program
lrwxrwxrwx 1 root root 31 mai 9 10:59 robots.txt ->
/usr/share/roundcube/robots.txt
drwxr-xr-x 2 root root 4096 sept. 4 00:56 skins
drwxr-x--- 2 www-data www-data 4096 mai 9 10:58 temp
==================================================================== > =
Lorsque dans mon virtual host NginX :
==================================================================== > = > location ~ .php$ {
include /etc/nginx/snippets/fastcgi-php.conf;
root /var/lib/roundcube;
# root /usr/share/roundcube;
fastcgi_pass unix:/var/run/php5-fpm.sock;
}
==================================================================== > = J'ai
Je fais pointer la racine vers /var/lib/roundcube, ça m'affiche une
page vide, et lorsque je fais
pointer vers /usr/share/roundcube, j'obtiens bien une page avec du
code HTML valide. Mais
il manque alors plein de trucs qui sont rangés dans d'autres dossiers
(voir plus haut).
Par contre, je n'ai pas de difficulté pour afficher les fichiers
statiques dans le premier cas, Les
problèmes viennent donc bien du paramétrage de fastcgi !
Au plaisir,
Ph. Gras
Bonjour la liste,
l'un d'entre vous aurait-il installé Roundcube avec les paquets
Debian, ce qui lui permettrait
de me tuyauter sur la meilleure façon de paramétrer fastcgi dessus ?
# apt-get install roundcube roundcube-mysql roundcube-plugins
J'ai en effet des difficultés pour atteindre la source des liens
symboliques, en effet :
==================================================================== > = > # ls -al /var/lib/roundcube
total 20
drwxr-xr-x 5 root root 4096 sept. 4 00:56 .
drwxr-xr-x 41 root root 4096 sept. 4 00:56 ..
lrwxrwxrwx 1 root root 14 mai 9 10:59 config ->
/etc/roundcube
lrwxrwxrwx 1 root root 23 mai 9 10:59 .htaccess ->
/etc/roundcube/htaccess
lrwxrwxrwx 1 root root 30 mai 9 10:59 index.php ->
/usr/share/roundcube/index.php
lrwxrwxrwx 1 root root 19 mai 9 10:59 logs ->
../../log/roundcube
drwxr-xr-x 2 root root 4096 sept. 4 00:56 plugins
lrwxrwxrwx 1 root root 28 mai 9 10:59 program ->
/usr/share/roundcube/program
lrwxrwxrwx 1 root root 31 mai 9 10:59 robots.txt ->
/usr/share/roundcube/robots.txt
drwxr-xr-x 2 root root 4096 sept. 4 00:56 skins
drwxr-x--- 2 www-data www-data 4096 mai 9 10:58 temp
==================================================================== > =
Lorsque dans mon virtual host NginX :
==================================================================== > = > location ~ .php$ {
include /etc/nginx/snippets/fastcgi-php.conf;
root /var/lib/roundcube;
# root /usr/share/roundcube;
fastcgi_pass unix:/var/run/php5-fpm.sock;
}
==================================================================== > = J'ai
Je fais pointer la racine vers /var/lib/roundcube, ça m'affiche une
page vide, et lorsque je fais
pointer vers /usr/share/roundcube, j'obtiens bien une page avec du
code HTML valide. Mais
il manque alors plein de trucs qui sont rangés dans d'autres dossiers
(voir plus haut).
Par contre, je n'ai pas de difficulté pour afficher les fichiers
statiques dans le premier cas, Les
problèmes viennent donc bien du paramétrage de fastcgi !
Au plaisir,
Ph. Gras
Bonjour la liste,
l'un d'entre vous aurait-il installé Roundcube avec les paquets
Debian, ce qui lui permettrait
de me tuyauter sur la meilleure façon de paramétrer fastcgi dessus ?
# apt-get install roundcube roundcube-mysql roundcube-plugins
J'ai en effet des difficultés pour atteindre la source des liens
symboliques, en effet :
==================================================================== > = > # ls -al /var/lib/roundcube
total 20
drwxr-xr-x 5 root root 4096 sept. 4 00:56 .
drwxr-xr-x 41 root root 4096 sept. 4 00:56 ..
lrwxrwxrwx 1 root root 14 mai 9 10:59 config ->
/etc/roundcube
lrwxrwxrwx 1 root root 23 mai 9 10:59 .htaccess ->
/etc/roundcube/htaccess
lrwxrwxrwx 1 root root 30 mai 9 10:59 index.php ->
/usr/share/roundcube/index.php
lrwxrwxrwx 1 root root 19 mai 9 10:59 logs ->
../../log/roundcube
drwxr-xr-x 2 root root 4096 sept. 4 00:56 plugins
lrwxrwxrwx 1 root root 28 mai 9 10:59 program ->
/usr/share/roundcube/program
lrwxrwxrwx 1 root root 31 mai 9 10:59 robots.txt ->
/usr/share/roundcube/robots.txt
drwxr-xr-x 2 root root 4096 sept. 4 00:56 skins
drwxr-x--- 2 www-data www-data 4096 mai 9 10:58 temp
==================================================================== > =
Lorsque dans mon virtual host NginX :
==================================================================== > = > location ~ .php$ {
include /etc/nginx/snippets/fastcgi-php.conf;
root /var/lib/roundcube;
# root /usr/share/roundcube;
fastcgi_pass unix:/var/run/php5-fpm.sock;
}
==================================================================== > = J'ai
Je fais pointer la racine vers /var/lib/roundcube, ça m'affiche une
page vide, et lorsque je fais
pointer vers /usr/share/roundcube, j'obtiens bien une page avec du
code HTML valide. Mais
il manque alors plein de trucs qui sont rangés dans d'autres dossiers
(voir plus haut).
Par contre, je n'ai pas de difficulté pour afficher les fichiers
statiques dans le premier cas, Les
problèmes viennent donc bien du paramétrage de fastcgi !
Au plaisir,
Ph. Gras
Le mercredi 07 septembre 2016 à 12:32 +0200, Ph. Gras a écrit :
Le mercredi 07 septembre 2016 à 12:32 +0200, Ph. Gras a écrit :
Le mercredi 07 septembre 2016 à 12:32 +0200, Ph. Gras a écrit :
Ah, et j'ai oublié
Ah, et j'ai oublié
Ah, et j'ai oublié
Ah, et j'ai oublié
Ah, et j'ai oublié
Ah, et j'ai oublié
Hello Christophe,
chez moi, c'est identique (possible que je sois sur Debian ;-))
Qu'est-ce que tu as comme owner, group et permissions ?
# ls -al /etc/roundcube
# ls -al /var/lib/roundcube
# ls -al /usr/share/roundcube
# ls -al /var/log
Je commence à avoir la tête au… cube !
D'avance, je vous remercie.
Ph. Gras
Hello Christophe,
chez moi, c'est identique (possible que je sois sur Debian ;-))
Qu'est-ce que tu as comme owner, group et permissions ?
# ls -al /etc/roundcube
# ls -al /var/lib/roundcube
# ls -al /usr/share/roundcube
# ls -al /var/log
Je commence à avoir la tête au… cube !
D'avance, je vous remercie.
Ph. Gras
Hello Christophe,
chez moi, c'est identique (possible que je sois sur Debian ;-))
Qu'est-ce que tu as comme owner, group et permissions ?
# ls -al /etc/roundcube
# ls -al /var/lib/roundcube
# ls -al /usr/share/roundcube
# ls -al /var/log
Je commence à avoir la tête au… cube !
D'avance, je vous remercie.
Ph. Gras
Qu'est-ce que tu as comme owner, group et permissions ?
# ls -al /etc/roundcube# ls -al /var/lib/roundcube# ls -al /usr/share/roundcube
# ls -al /var/log
tout pareil, sauf pour les logs, j'ai un groupe adm qui vient de
logcheck.Je commence à avoir la tête au cube !
Je ne me souviens pas des détails de l'installation...
tu as des erreurs dans un journal quelconque?
Qu'est-ce que tu as comme owner, group et permissions ?
# ls -al /etc/roundcube
# ls -al /var/lib/roundcube
# ls -al /usr/share/roundcube
# ls -al /var/log
tout pareil, sauf pour les logs, j'ai un groupe adm qui vient de
logcheck.
Je commence à avoir la tête au cube !
Je ne me souviens pas des détails de l'installation...
tu as des erreurs dans un journal quelconque?
Qu'est-ce que tu as comme owner, group et permissions ?
# ls -al /etc/roundcube# ls -al /var/lib/roundcube# ls -al /usr/share/roundcube
# ls -al /var/log
tout pareil, sauf pour les logs, j'ai un groupe adm qui vient de
logcheck.Je commence à avoir la tête au cube !
Je ne me souviens pas des détails de l'installation...
tu as des erreurs dans un journal quelconque?
Désolé,
mais j'en suis toujours au même point. Les fichiers PHP en lien
symbolique ne sont pas suivis :
# tail /var/log/nginx/roundcube.error.log
2016/09/19 14:59:52 [error] 25923#0: *86238
"/var/lib/roundcube/installer/index.php" is not found (2: No such
file or directory), client: 82.124.106.90, server: example.com,
request: "GET /installer/ HTTP/1.1", host: "example.com"
# ls -al /var/lib/roundcube
total 20
drwxr-xr-x 5 root www-data 4096 sept. 4 00:56 .
drwxr-xr-x 41 root root 4096 sept. 4 00:56 ..
lrwxrwxrwx 1 root www-data 14 mai 9 10:59 config ->
/etc/roundcube
lrwxrwxrwx 1 root www-data 23 mai 9 10:59 .htaccess ->
/etc/roundcube/htaccess
lrwxrwxrwx 1 root www-data 30 mai 9 10:59 index.php ->
/usr/share/roundcube/index.php
lrwxrwxrwx 1 root www-data 19 mai 9 10:59 logs ->
../../log/roundcube
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 plugins
lrwxrwxrwx 1 root www-data 28 mai 9 10:59 program ->
/usr/share/roundcube/program
lrwxrwxrwx 1 root www-data 31 mai 9 10:59 robots.txt ->
/usr/share/roundcube/robots.txt
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 skins
drwxr-x--- 2 root www-data 4096 mai 9 10:58 temp
# tail /var/log/nginx/roundcube.access.log
82.124.106.90 - - [19/Sep/2016:15:11:35 +0200] "GET /installer/
HTTP/1.1" 404 142 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5)
AppleWebKit/600.8.9 (KHTML, like Gecko) Version/6.2.8
Safari/537.85.17"
82.124.106.90 - - [19/Sep/2016:15:15:44 +0200] "GET /robots.txt
HTTP/1.1" 200 26 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5)
AppleWebKit/600.8.9 (KHTML, like Gecko) Version/6.2.8
Safari/537.85.17"
# cd /usr/share/roundcube && ls -al
total 64
drwxr-xr-x 8 root www-data 4096 sept. 18 23:43 .
drwxr-xr-x 112 root root 4096 sept. 4 00:56 ..
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 bin
-rw-r--r-- 1 root www-data 1148 mai 9 10:58 composer.json
-rw-r--r-- 1 root www-data 3595 mai 9 10:58
config.inc.php.sample
-rw-r--r-- 1 root www-data 1743 avril 17 18:37 .htaccess
-rw-r--r-- 1 root www-data 12345 avril 17 18:37 index.php
drwxr-xr-x 3 root www-data 4096 sept. 4 00:56 installer
drwxr-xr-x 29 root www-data 4096 sept. 4 00:56 plugins
drwxr-xr-x 8 root www-data 4096 sept. 4 00:56 program
-rw-r--r-- 1 root www-data 26 avril 17 18:37 robots.txt
drwxr-xr-x 4 root www-data 4096 sept. 4 00:56 skins
drwxr-xr-x 7 root www-data 4096 sept. 4 00:56 SQL
# ls -al /usr/share/roundcube/installer
total 80
drwxr-xr-x 3 root www-data 4096 sept. 4 00:56 .
drwxr-xr-x 8 root www-data 4096 sept. 19 15:02 ..
-rw-r--r-- 1 root www-data 8183 avril 17 18:37 check.php
-rw-r--r-- 1 root www-data 1736 avril 17 18:37 client.js
-rw-r--r-- 1 root www-data 561 mai 9 10:58 client.min.js
-rw-r--r-- 1 root www-data 23137 avril 17 18:37 config.php
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 images
-rw-r--r-- 1 root www-data 7006 avril 17 18:37 index.php
-rw-r--r-- 1 root www-data 3285 avril 17 18:37 styles.css
-rw-r--r-- 1 root www-data 14176 avril 17 18:37 test.php
# tail /var/log/roundcube/errors
[19-Sep-2016 14:59:11 +0200]: DB Error: Configuration error.
Unsupported database driver: in
/usr/share/roundcube/program/lib/Roundcube/rcube_db.php on line 82
(GET /)
[19-Sep-2016 14:59:18 +0200]: DB Error: Configuration error.
Unsupported database driver: in
/usr/share/roundcube/program/lib/Roundcube/rcube_db.php on line 82
(GET /)
Normal, puisque je n'ai toujours pas réussi à atteindre le fichier de
configuration à partir de /var/lib/roundcube.
J'ai désactivé les disable_functions dans mon php.ini, j'ai ajouté
disable_symlinks off; à nginx.conf, mais ça ne
change rien à l'affaire…
Heeeeeeeelp !
Ph. Gras
Désolé,
mais j'en suis toujours au même point. Les fichiers PHP en lien
symbolique ne sont pas suivis :
# tail /var/log/nginx/roundcube.error.log
2016/09/19 14:59:52 [error] 25923#0: *86238
"/var/lib/roundcube/installer/index.php" is not found (2: No such
file or directory), client: 82.124.106.90, server: example.com,
request: "GET /installer/ HTTP/1.1", host: "example.com"
# ls -al /var/lib/roundcube
total 20
drwxr-xr-x 5 root www-data 4096 sept. 4 00:56 .
drwxr-xr-x 41 root root 4096 sept. 4 00:56 ..
lrwxrwxrwx 1 root www-data 14 mai 9 10:59 config ->
/etc/roundcube
lrwxrwxrwx 1 root www-data 23 mai 9 10:59 .htaccess ->
/etc/roundcube/htaccess
lrwxrwxrwx 1 root www-data 30 mai 9 10:59 index.php ->
/usr/share/roundcube/index.php
lrwxrwxrwx 1 root www-data 19 mai 9 10:59 logs ->
../../log/roundcube
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 plugins
lrwxrwxrwx 1 root www-data 28 mai 9 10:59 program ->
/usr/share/roundcube/program
lrwxrwxrwx 1 root www-data 31 mai 9 10:59 robots.txt ->
/usr/share/roundcube/robots.txt
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 skins
drwxr-x--- 2 root www-data 4096 mai 9 10:58 temp
# tail /var/log/nginx/roundcube.access.log
82.124.106.90 - - [19/Sep/2016:15:11:35 +0200] "GET /installer/
HTTP/1.1" 404 142 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5)
AppleWebKit/600.8.9 (KHTML, like Gecko) Version/6.2.8
Safari/537.85.17"
82.124.106.90 - - [19/Sep/2016:15:15:44 +0200] "GET /robots.txt
HTTP/1.1" 200 26 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5)
AppleWebKit/600.8.9 (KHTML, like Gecko) Version/6.2.8
Safari/537.85.17"
# cd /usr/share/roundcube && ls -al
total 64
drwxr-xr-x 8 root www-data 4096 sept. 18 23:43 .
drwxr-xr-x 112 root root 4096 sept. 4 00:56 ..
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 bin
-rw-r--r-- 1 root www-data 1148 mai 9 10:58 composer.json
-rw-r--r-- 1 root www-data 3595 mai 9 10:58
config.inc.php.sample
-rw-r--r-- 1 root www-data 1743 avril 17 18:37 .htaccess
-rw-r--r-- 1 root www-data 12345 avril 17 18:37 index.php
drwxr-xr-x 3 root www-data 4096 sept. 4 00:56 installer
drwxr-xr-x 29 root www-data 4096 sept. 4 00:56 plugins
drwxr-xr-x 8 root www-data 4096 sept. 4 00:56 program
-rw-r--r-- 1 root www-data 26 avril 17 18:37 robots.txt
drwxr-xr-x 4 root www-data 4096 sept. 4 00:56 skins
drwxr-xr-x 7 root www-data 4096 sept. 4 00:56 SQL
# ls -al /usr/share/roundcube/installer
total 80
drwxr-xr-x 3 root www-data 4096 sept. 4 00:56 .
drwxr-xr-x 8 root www-data 4096 sept. 19 15:02 ..
-rw-r--r-- 1 root www-data 8183 avril 17 18:37 check.php
-rw-r--r-- 1 root www-data 1736 avril 17 18:37 client.js
-rw-r--r-- 1 root www-data 561 mai 9 10:58 client.min.js
-rw-r--r-- 1 root www-data 23137 avril 17 18:37 config.php
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 images
-rw-r--r-- 1 root www-data 7006 avril 17 18:37 index.php
-rw-r--r-- 1 root www-data 3285 avril 17 18:37 styles.css
-rw-r--r-- 1 root www-data 14176 avril 17 18:37 test.php
# tail /var/log/roundcube/errors
[19-Sep-2016 14:59:11 +0200]: DB Error: Configuration error.
Unsupported database driver: in
/usr/share/roundcube/program/lib/Roundcube/rcube_db.php on line 82
(GET /)
[19-Sep-2016 14:59:18 +0200]: DB Error: Configuration error.
Unsupported database driver: in
/usr/share/roundcube/program/lib/Roundcube/rcube_db.php on line 82
(GET /)
Normal, puisque je n'ai toujours pas réussi à atteindre le fichier de
configuration à partir de /var/lib/roundcube.
J'ai désactivé les disable_functions dans mon php.ini, j'ai ajouté
disable_symlinks off; à nginx.conf, mais ça ne
change rien à l'affaire…
Heeeeeeeelp !
Ph. Gras
Désolé,
mais j'en suis toujours au même point. Les fichiers PHP en lien
symbolique ne sont pas suivis :
# tail /var/log/nginx/roundcube.error.log
2016/09/19 14:59:52 [error] 25923#0: *86238
"/var/lib/roundcube/installer/index.php" is not found (2: No such
file or directory), client: 82.124.106.90, server: example.com,
request: "GET /installer/ HTTP/1.1", host: "example.com"
# ls -al /var/lib/roundcube
total 20
drwxr-xr-x 5 root www-data 4096 sept. 4 00:56 .
drwxr-xr-x 41 root root 4096 sept. 4 00:56 ..
lrwxrwxrwx 1 root www-data 14 mai 9 10:59 config ->
/etc/roundcube
lrwxrwxrwx 1 root www-data 23 mai 9 10:59 .htaccess ->
/etc/roundcube/htaccess
lrwxrwxrwx 1 root www-data 30 mai 9 10:59 index.php ->
/usr/share/roundcube/index.php
lrwxrwxrwx 1 root www-data 19 mai 9 10:59 logs ->
../../log/roundcube
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 plugins
lrwxrwxrwx 1 root www-data 28 mai 9 10:59 program ->
/usr/share/roundcube/program
lrwxrwxrwx 1 root www-data 31 mai 9 10:59 robots.txt ->
/usr/share/roundcube/robots.txt
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 skins
drwxr-x--- 2 root www-data 4096 mai 9 10:58 temp
# tail /var/log/nginx/roundcube.access.log
82.124.106.90 - - [19/Sep/2016:15:11:35 +0200] "GET /installer/
HTTP/1.1" 404 142 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5)
AppleWebKit/600.8.9 (KHTML, like Gecko) Version/6.2.8
Safari/537.85.17"
82.124.106.90 - - [19/Sep/2016:15:15:44 +0200] "GET /robots.txt
HTTP/1.1" 200 26 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5)
AppleWebKit/600.8.9 (KHTML, like Gecko) Version/6.2.8
Safari/537.85.17"
# cd /usr/share/roundcube && ls -al
total 64
drwxr-xr-x 8 root www-data 4096 sept. 18 23:43 .
drwxr-xr-x 112 root root 4096 sept. 4 00:56 ..
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 bin
-rw-r--r-- 1 root www-data 1148 mai 9 10:58 composer.json
-rw-r--r-- 1 root www-data 3595 mai 9 10:58
config.inc.php.sample
-rw-r--r-- 1 root www-data 1743 avril 17 18:37 .htaccess
-rw-r--r-- 1 root www-data 12345 avril 17 18:37 index.php
drwxr-xr-x 3 root www-data 4096 sept. 4 00:56 installer
drwxr-xr-x 29 root www-data 4096 sept. 4 00:56 plugins
drwxr-xr-x 8 root www-data 4096 sept. 4 00:56 program
-rw-r--r-- 1 root www-data 26 avril 17 18:37 robots.txt
drwxr-xr-x 4 root www-data 4096 sept. 4 00:56 skins
drwxr-xr-x 7 root www-data 4096 sept. 4 00:56 SQL
# ls -al /usr/share/roundcube/installer
total 80
drwxr-xr-x 3 root www-data 4096 sept. 4 00:56 .
drwxr-xr-x 8 root www-data 4096 sept. 19 15:02 ..
-rw-r--r-- 1 root www-data 8183 avril 17 18:37 check.php
-rw-r--r-- 1 root www-data 1736 avril 17 18:37 client.js
-rw-r--r-- 1 root www-data 561 mai 9 10:58 client.min.js
-rw-r--r-- 1 root www-data 23137 avril 17 18:37 config.php
drwxr-xr-x 2 root www-data 4096 sept. 4 00:56 images
-rw-r--r-- 1 root www-data 7006 avril 17 18:37 index.php
-rw-r--r-- 1 root www-data 3285 avril 17 18:37 styles.css
-rw-r--r-- 1 root www-data 14176 avril 17 18:37 test.php
# tail /var/log/roundcube/errors
[19-Sep-2016 14:59:11 +0200]: DB Error: Configuration error.
Unsupported database driver: in
/usr/share/roundcube/program/lib/Roundcube/rcube_db.php on line 82
(GET /)
[19-Sep-2016 14:59:18 +0200]: DB Error: Configuration error.
Unsupported database driver: in
/usr/share/roundcube/program/lib/Roundcube/rcube_db.php on line 82
(GET /)
Normal, puisque je n'ai toujours pas réussi à atteindre le fichier de
configuration à partir de /var/lib/roundcube.
J'ai désactivé les disable_functions dans mon php.ini, j'ai ajouté
disable_symlinks off; à nginx.conf, mais ça ne
change rien à l'affaire…
Heeeeeeeelp !
Ph. Gras
Moi je ne vois pas de lien depuis /var/lib/roundcube/installer sur
/usr/share/roundcube/installer
Mais je ne me rappelle pas avoir utilisé un accès depuis un navigateur
pour installer / configurer l'engin
As-tu essayé depuis ton butineur l'accès à index.php de la racine de
ton serveur configuré dans /etc/nginx/sites-enabled ?
Ph. Gras
Moi je ne vois pas de lien depuis /var/lib/roundcube/installer sur
/usr/share/roundcube/installer
Mais je ne me rappelle pas avoir utilisé un accès depuis un navigateur
pour installer / configurer l'engin
As-tu essayé depuis ton butineur l'accès à index.php de la racine de
ton serveur configuré dans /etc/nginx/sites-enabled ?
Ph. Gras
Moi je ne vois pas de lien depuis /var/lib/roundcube/installer sur
/usr/share/roundcube/installer
Mais je ne me rappelle pas avoir utilisé un accès depuis un navigateur
pour installer / configurer l'engin
As-tu essayé depuis ton butineur l'accès à index.php de la racine de
ton serveur configuré dans /etc/nginx/sites-enabled ?
Ph. Gras
Bonjour,
Bonjour,
Bonjour,