[horde] (no subject)

joysn@gmx.net joysn at gmx.net
Mon Jun 13 14:09:21 PDT 2005


Hello!

i have some problems setting up horde3 (with imp4) on following
infrastructure:

apache 1.3 with mod_ssl and mod_proxy on an official ip address,
	(https://webmail.domain.com)
horde3/imp4 on apache 1.3 and php4 on an private ip address.
	(http://horde3.domain.intern)

ssl works fine and mod_proxy routes the request to the internal http
server.

the problem is how to configure the webroot variable in registry.php and
how to setup $conf['server']['name'] so that i can reach the horde setup
page...

if i proxy with mod_proxy redirect from /horde3 to
horde3.domain.intern/horde3 and setup webroot to /horde3 and an Alias
/horde3 as follows:

<IfModule mod_proxy.c>
	ProxyPass /horde3 http://horde3.domain.intern/horde3
	ProxyPassReverse /horde3 http://horde3.domain.intern/horde3
</IfModule>

DocumentRoot /usr/share/horde3
Alias /horde3 /usr/share/horde3
'webroot' => '/horde3'
$conf['server']['name'] = 'webmail.domain.com';

horde builds a url with a host part of 'webmail.domain.comhorde3' if
i want to access https://webmail.domain.com/horde3 (with and without
trailing /). and i can't figure out why...
if i try to access https://webmail.domain.com/horde3/imp then i get to
the horde login page, but then i have the same problem with the
hostname.

has anybody done something similar hiding the horde server behind an ssl
webserver with mod_proxy?

thx for any hint,

Chris

-- 
"The greatest proof that intelligent life other that humans exists in
 the universe is that none of it has tried to contact us!"



More information about the horde mailing list