18
- Windows環境でのVirtualHostの設定
- May 18, 2007
apacheのhttpd.conf
/extra/
└httpd-vhosts.conf
NameVirtualHost *:80を有効にして
localhost:81
など、ポート別にディレクトリを交換したい。
httpd.confの中のListen 80のとこにポートを増やす。
Listen 80
Listen 81
<VirtualHost *:82>
DocumentRoot “C:\Program Files/xampp/htdocs/work/”
ServerName localhost:82
</VirtualHost>





No Comments, Comment or Ping
Reply to “Windows環境でのVirtualHostの設定”