/etc/httpd/conf/httpd.conf Kolab Changes

Add at the bottom of the file:

NameVirtualHost *:80

<VirtualHost *:80>
  ServerName kolab.my.example.org
  DocumentRoot "/kolab/var/kolab/www"
  RewriteEngine On
  RewriteRule ^(.*)$ /kolab/var/kolab/www/$1
</VirtualHost>