How to config the IMP WebMail URL direct to our domain ?

Edward S.P. Leong edwardspl at ita.org.mo
Sat Oct 23 15:53:49 UTC 2010


Tim wrote:

>On Sat, 2010-10-23 at 16:27 +0800, Edward S.P. Leong wrote:
>  
>
>>So, what is the config problem ?
>>We want to enable the http://webmail.domain_name.com ( without type
>>"/horde/imp" )...
>>    
>>
>
>If you change the directory tree (paths), you might upset other things
>that rely on them being the same as the original.
>
>An alternative might be to use a *rewrite* rule, so that when people
>access a certain address, they're redirected to the actual address.  
>
>e.g. Redirect permanent /  http://webmail.example.com/horde/imp
>
>Though the simplest solution would probably to just put a link on the
>homepage to the mail page.  And it also leaves you with a simple way to
>write messages of the day to your users (on the homepage).
>  
>
Hello,

Just reset the config as the following :
<VirtualHost *:80>
ServerName webmail.domain_name.com

DocumentRoot /home/webmail
Redirectpermanent /  http://webmail.domain_name.com/horde/imp
</VirtualHost>

Restart the web server...

BUT when http://webmail.domain_name.com, the result seem hang...
So, what is the problem again ?

Thanks !

Edward.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/users/attachments/20101023/27450de1/attachment.html 


More information about the users mailing list