Bonsoir
En revanche j'ai laisser le fichier roundcubemail.conf tell qu'il est.
et j'ai rajouter ces lignes dans un autre fichier:
zz010_psa_httpd.conf
<VirtualHost \
xx.xx.xx.xx:80 \
>
DocumentRoot /usr/share/roundcubemail/
Alias /round/ /usr/share/roundcubemail/
ServerName webmail2
ServerAlias webmail2.*
UseCanonicalName Off
<Directory /usr/share/roundcubemail>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/usr/share/roundcubemail"
php_admin_value include_path "/usr/share/roundcubemail"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/usr/share/roundcubemail"
php_admin_value include_path "/usr/share/roundcubemail"
</IfModule>
Order allow,deny
Allow from all
</Directory>
CustomLog /var/log/httpd/access_log combined
</VirtualHost>
et maintenant ca marche comme je veux:
webmail2.mondomaine.com
mais roundcube a fait une erreur:
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
Avez vous une idée svp pour résoudre ce problème ?
merci beaucoup pour toute votre aide.