[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[connect24h:00793] Re: Dynamic DNS を Virtual Domain として利用は可能?



池田さん、高山さん、レスありがとうございます。

> 試しに
> http://sectest.dnsalias.net/
> というページを作りました。サーバはwww.d-line.net と同様です。

をををを!!
求めていたのは、正にこれです。


> 元メールの方の具体的な症状がわからないので、なんとも言えないですが
> NameVirtualHost はきちんと設定されてますか?

/etc/httpd/conf/httpd.conf
の VirtualHost の箇所を以下のようにしました。
どこが間違ってるんでしょう?

ちなみに、
自分のドメインが hoge.ne.jp
Dynamic DNS のドメインが hoge.homeip.net
です。
宜しくお願いします。
------------------------------------------------------------------
#
# If you want to use name-based virtual hosts you need to define at
# least one IP address (and port number) for them.
#
#NameVirtualHost 12.34.56.78:80
NameVirtualHost 203.141.136.???

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
#
<VirtualHost hoge.homeip.net>
    ServerAdmin washy@xxxxxxxxxxxxxxxxxx
    DocumentRoot /home/washy/public_html
    ServerName hoge.homeip.net
    ErrorLog logs/hoge.homeip.net-error_log
    CustomLog logs/hoge.homeip.net-access_log common
</VirtualHost>

<VirtualHost _default_>
ServerName www.hoge.ne.jp
</VirtualHost>
-----------------------------------------------------------------

  _/_/_/         Takanori Washio           _/_/_/
 _/_/_/         twashio@xxxxxxxxx         _/_/_/
_/_/_/ http://www.sfc.keio.ac.jp/~washy/ _/_/_/