View previous topic :: View next topic |
Author |
Message |
PatG n00b
Joined: 27 Oct 2003 Posts: 63 Location: texas
|
Posted: Fri Aug 18, 2006 5:42 am Post subject: Horde/imps/Apache? problem |
|
|
I have had a mail server up and running for a couple years based on the Qmail/vpopmail/Horde/imp howto. Along the line somewhere I upgraded my Apache for some security fixes. I lost my imp webmail at that time, could not even login. I decided to setup a virtual Apache webserver at webmail.mydomain.com and try to fix this problem. Now I can go to webmail.mydomain.com/imp and I get the Horde login and I can indeed login and all is good. I would like to be able to enter just the webmail.mydomain.com and have the same result....but when I do this I get the login only and I do not get taken to my inbox... I suspect that I am missing a redirection somewhere or perhaps my Apache is not set up correctly. To be honest I really did not understand everything I was doing in the original howto but I made it through, I need some ideas of where to look to fix this current issue. |
|
Back to top |
|
|
PatG n00b
Joined: 27 Oct 2003 Posts: 63 Location: texas
|
Posted: Fri Aug 18, 2006 5:46 am Post subject: |
|
|
Here is the relevant Apache configuration section
Code: |
<VirtualHost *:80>
ServerAdmin webmaster@mydomain.com
Alias /horde/ "/var/www/localhost/htdocs/horde/"
Alias /imp/ "/var/www/localhost/htdocs/horde/imp/"
DocumentRoot "/var/www/localhost/htdocs/horde"
ServerName webmail.mydomain.com
<Directory "/var/www/localhost/htdocs/horde">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<IfModule peruser.c>
ServerEnvironment apache apache
MinSpareProcessors 4
MaxProcessors 20
</IfModule>
</VirtualHost>
|
|
|
Back to top |
|
|
to+ n00b
Joined: 23 Jun 2004 Posts: 25
|
Posted: Thu Sep 28, 2006 1:54 pm Post subject: Re: Horde/imps/Apache? problem |
|
|
PatG wrote: | I would like to be able to enter just the webmail.mydomain.com and have the same result... |
I use /horde as my documentroot, and have set in "authentication" "let another horde app authenticae users..." then you choose imp, and its done. |
|
Back to top |
|
|
|