Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
異なるドメイン名を単一の IP アドレス (テスト用にローカル) に転送したいのですが、どのドメイン名をどのフォルダーにリンクする必要があるかを PC で認識するにはどうすればよいですか?
たとえば、Windows ホスト ファイルでは、次のように書きました。
127.0.0.1 abc.com 127.0.0.1 test.abc.com 127.0.0.1 test1.abc.com
同じセクション内にあると、ディレクティブとディレクティブVirtualHostがバインドされます。ServerNameDocumentRoot
VirtualHost
ServerName
DocumentRoot
<VirtualHost *:80> ServerName www1.example.com DocumentRoot /srv/web/www1 </VirtuaHost> <VirtualHost *:80> ServerName www2.example.com DocumentRoot /srv/web/www2 </VirtuaHost>