ltd2 用に Apache を自動的に設定する方法
ファイル /etc/apache2/sites-available/default
<VirtualHost *:80>
ServerName %-3.0.%-2.0.localhost
VirtualDocumentRoot /var/www/localhost/%-3.0.%-2.0/www
</VirtualHost>
ファイル /var/www/localhost/foo/www/index.html
ファイル /var/www/localhost/bar/www/index.html
ありがとうございました。