When apache was emerged, a 00_default_vhost.conf was created in /etc/apache2/vhosts.d. With this file in place, apache would not serve the kolab directory since the default vhost configuration file was getting loaded. I removed the default file and apache serves the kolab directory, but gives the following errors on startup:
* Service apache2 starting
Warning: DocumentRoot [/var/www/(fully_qualified_domainname)/htdocs] does not exist
Warning: DocumentRoot [/var/www/(fully_qualified_domainname)/htdocs] does not exist
[Sat Sep 23 22:43:19 2006] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
[Sat Sep 23 22:43:19 2006] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
Some duplicate content in the templates maybe? These are the files in my vhosts.d directory:
10_kolab_base.conf
11_kolab_domain.conf
12_kolab_vhosts.conf
13_kolab_example.conf
kolab-domain-base.include
Cheers,
Jason