<p class="listintro"><span id="sp"></span>apache|仮想ホスト</p> <p style="width:340px;height:285px;float:left;"> </p> <h2>Apache で同じ IP を持つ複数の仮想ホストを構成する</h2> <br><hr> <br>NameVirtualHost 192.100.100.1<br><br><virtualhost><br> ServerAdmin njzadmin@sina.com<br> DocumentRoot /wwwroot <br> ServerName www.a .com<br> ErrorLog ログ/a.com-error_log<br> カスタムログ ログ/a-access_log common<br></VirtualHost><br><br><VirtualHost 192.100.100.1><br> ServerAdmin sonymusic@china.com<br> DocumentRoot /wwwroot2<br> ServerName www.b.com<br> ErrorLog logs/b.com-error_log<br> CustomLog logs/b.com-access_log common<br></VirtualHost><br> <center> </center> <p style="width:100%;text-align:center;margin:10px 0"> <br> <br> </p> <p style="width:100%;text-align:center;margin:10px 0"> </p> <p class="clear"></p></virtualhost>