VirtualHost の設定

ubuntu18 の apache2.4 で バーチャルホストの設定例

/etc/apache2/site-acailable/00-deefault.conf に書くとOKらしい

記載例

<VirtualHost *:80>
    ServerName ○○○.localhost
    DocumentRoot /home/hashimoto/www/○○○
</VirtualHost>

※”DocumentRoot” は任意で自分のサーバーに準じてね!