File horde.vhost.conf.template of Package horde5
## Default horde apache config, loading the horde app specific snippets from /etc/horde/apache-snippets.d ## rename this to horde.vhost.conf and reload apache to make it active <VirtualHost *> DocumentRoot /usr/share/php5/PEAR/www/horde ServerName localhost ServerAdmin yout@localhost <Directory /usr/share/php5/PEAR/www/horde> AllowOverride None Order allow,deny Allow from all Options +FollowSymlinks </Directory> <Directory /etc/horde5> AllowOverride None Order allow,deny Allow from all Options +FollowSymlinks </Directory> Include /etc/horde/apache-snippets.d/*.conf </VirtualHost>