[imp] run IMP under virtual server

Steven Stern sds-email-list at mindspring.com
Fri Feb 6 16:17:50 PST 2004


On Fri, 06 Feb 2004 17:35:01 -0600, Steven Stern
<sds-email-list at mindspring.com> wrote:

>I have IMP happily running as
>
>  https://myserver.com/horde/imp
>
>When I tried to create a virtual server, webmail.myserver.com, horde and imp
>got confused.


Never mind... Figured it out:


I needed to add an alias line

<VirtualHost *:443>
   ServerAdmin  webmaster at myserver.com
   DocumentRoot /var/www/html/horde/
   Alias /horde/ /var/www/html/horde/
   ServerName webmail.myserver.com
   Options Indexes FollowSymLinks
</VirtualHost>


--
   Steve
   


More information about the imp mailing list