[imp] Re: Change default horde directory

Gary W. Smith gary at primeexalia.com
Fri Apr 8 11:18:50 PDT 2005


Here is /etc/httpd/conf.d/horde.conf file:
 
#
Alias /mail /var/www/mail/horde
Alias /horde /var/www/mail/horde

<Location /mail>
    Order deny,allow
    Allow from all
</Location>

When I go to the web server (which is internal dev) http://192.168.41.112/mail/ it get two frames that say page cannot be displayed.  Clicking on page properties I can obviously see that it's try to access http://192.168.41.112/mail/horde/services/portal/sidebar.php?Horde=fd86bcd29637e4127fd1dfc4b991e8ed.  The alias of mail to horde should in theory handle this (which is does well in horde 2).
 
When I go directly to http://192.168.41.112/horde I can login and everything works fine.  I have found what I think is a workaround but it's adhoc at best.  
 
Alias /mail/horde /var/www/mail/horde
Alias /mail /var/www/mail/horde
Alias /horde /var/www/mail/horde

<Location /mail/horde>
    Order deny,allow
    Allow from all 
</Location>
<Location /mail>
    Order deny,allow
    Allow from all
</Location>
 
But this isn't the most elegant solution.  Is there a better way than this?  Changing the docroot really isn't an option as this is the users www server for thier sites.  
 
BTW, the new version seems to be working well.  Good Job guys.
 
Gary
 
 
 
 
 
 
 
 
 
 


________________________________

From: imp-bounces at lists.horde.org on behalf of Chuck Hagenbuch
Sent: Fri 4/8/2005 11:06 AM
To: imp at lists.horde.org
Subject: [imp] Re: Change default horde directory



Quoting "Gary W. Smith" <gary at primeexalia.com>:

> The problem isn't with the Alias /horde directory.  Basically, my
> client sites have an alias to "mail" (i.e.
> http://www.clientsite.com/mail) which is an alias to /horde/imp under
> the horde 2/imp 3 which has always worked.  implementing the exact
> same methodology for horde 3/imp 4 fails.

Fails how?

-chuck

--
"But she goes not abroad in search of monsters to destroy." - John
Quincy Adams
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe at lists.horde.org




More information about the imp mailing list