[horde] Apache Proxy with Horde/Imp?
Mike Dorman
dorm at dorm.org
Thu Dec 29 12:31:48 PST 2005
You might need a trailing slash after /usr/local/source/web/horde/h3:
Alias / /usr/local/source/web/horde/h3/
Which should help with the double slash you're getting.
That 403 error is indicative of a permissions problem with apache. Check
your apache error_log for more details. My guess is that your permissions
on that h3 directory are too restrictive and apache isn't able to access it.
Mike
> -----Original Message-----
> From: Josh Trutwin [mailto:josh at trutwins.homeip.net]
> Sent: Thursday, December 29, 2005 11:55 AM
> To: dorm at dorm.org
> Cc: horde at lists.horde.org
> Subject: Re: [horde] Apache Proxy with Horde/Imp?
>
> Mike Dorman wrote:
> > Why don't you just use an alias for each site the maps back to where
> your
> > Horde installation is? I've been using this scheme for virtual hosting
> for
> > some time, and it works well:
> >
> > <VirtualHost x.y.z.x:80>
> > ServerName mail.domainx.com
> > Alias / /path/to/horde
> > </VirtualHost>
>
> Hmm - I tried that:
>
> <VirtualHost x.y.z.x:80>
> ServerName mail.domainx.com
> Alias / /usr/local/source/web/horde/h3
> </VirtualHost>
>
> ls -ald /usr/local/source/web/horde/h3
>
> drwx------ 26 nobody nobody 832 Dec 28 10:30
> /usr/local/source/web/horde/h3
>
> When I try to access http://mail.domainx.com though I get redirected
> to http://mail.domainx.com// and a 403 error:
>
> You don't have permission to access // on this server.
>
> Hmm...
>
> I was getting close with the ProxyPass setup but it required some
> mangling of registry.php that I don't care for so this would be a nice
> solution if we can get it working.
>
> Thanks,
>
> Josh
More information about the horde
mailing list