如何将 Apache 配置为自动为 ltd2
文件 /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
谢谢你。