-----------------***** rainloop root ******<VirtualHost *:80> ServerAdmin admin@example.com DocumentRoot /var/www/html/rainloop ServerName webmail.example.com <Directory /var/www/html/rainloop> Options FollowSymLinks AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined</VirtualHost> -------------