Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Horde/imps/Apache? problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
PatG
n00b
n00b


Joined: 27 Oct 2003
Posts: 63
Location: texas

PostPosted: Fri Aug 18, 2006 5:42 am    Post subject: Horde/imps/Apache? problem Reply with quote

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
View user's profile Send private message
PatG
n00b
n00b


Joined: 27 Oct 2003
Posts: 63
Location: texas

PostPosted: Fri Aug 18, 2006 5:46 am    Post subject: Reply with quote

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
View user's profile Send private message
to+
n00b
n00b


Joined: 23 Jun 2004
Posts: 25

PostPosted: Thu Sep 28, 2006 1:54 pm    Post subject: Re: Horde/imps/Apache? problem Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum