Re: apache url web root

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Jeremy C. Reed
日付:  
To: plug-discuss
題目: Re: apache url web root
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/

Or use Alias


Jeremy C. Reed

                 BSD News, BSD tutorials, BSD links
                http://www.bsdnewsletter.com/


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