WindowsのapacheのVirtualHost設定(テスト)
Jul 12, 2010WindowsのローカルのVirtualHostでのテスト環境の設定をメモしておきます。
あくまでもテスト環境です。
httpd.conf の設定
XAMPPあたりでapacheをインストールした場合はなどは、C:xamppapacheconfにある
Apacheのhttpd.confを変更します。
ServerNameのコメントアウト
1 2 3 4 5 |
# If your host doesn't have a registered DNS name, enter its IP address here. # You will have to access it by its address anyway, and this will make # redirections work in a sensible way. # <font color="red">#ServerName localhost コメントアウトしてください。</font> |
Directoryの書き換え
これで、D、Eなどにもてテスト環境が構築できます。
1 2 3 4 5 |
<Directory /> Options All AllowOverride All Order deny,allow </Directory> |
NameVirtualHost *:80の追加
1 |
NameVirtualHost *:80 |
httpd.conf にVirtualHostの設定を追加します。
1 2 3 4 |
<virtualhost *:80> <font color="red">DocumentRoot D:work/JCS/wp ドメインのRoot</font> <font color="red"> ServerName test.local指定したいドメイン</font> </virtualhost> |
apacheの再起動
サイトが確認できたら終わりです。
Twitter:
Warning: Undefined array key "Twitter" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Facebook: 0 | Google Plus:
Warning: Undefined array key "Google+" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Hatena: 0 | Pocket: 0 | Total: 0 | Feedly: 0