<VirtualHost *:80>
ServerAdmin professeurcraft@gmail.com
ServerName webmail.serenia.ovh
ServerAlias webmail.serenia.ovh
DocumentRoot /home/roundcube/www
# SuexecUserGroup roundcube roundcube # on verra ça plus tard
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /home/roundcube/wwww>
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>n.