Re: apache url web root

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
To: plug-discuss
Subject: Re: apache url web root
On Fri, 2005-02-18 at 09:41 -0800, Jeremy C. Reed wrote:
> On Fri, 18 Feb 2005, Jim B wrote:
>
> > apache answers on port 443 but I want to just go to
> > https://ipaddress/webmail and apache direct that to
> > httsp://ipaddress/ilohamail/source/index.php
> >
> > The advantage would be that the user would just type in /webmail
> > instead of /ilohamial/source/index.php
>
> Not enough information. Maybe:
>
> <Location /webmail>
> DocumentRoot /ilohamial/source
> </Location>
>
> Or:
>
> Redirect /webmail/ httsp://ipaddress/ilohamail/source/
>

----
I generally use the Redirect statement but I know from Horde/IMP, that
it wants to manage the path.

Plus to use the redirect, I think you have to have an empty directory.

with horde/imp, I would do this...

cd /var/www/html
mkdir webmail
Redirect /webmail/ https://ipaddress_or_name_of_server/horde

since horde resides in /var/www/html - the document root of my apache
setup.

Craig

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss