Where did the <Directory> directive go in Ubuntu 13.10 / Apache 2.4?
问题 Part of the old vhost files looked like this: DocumentRoot "/var/www/myVhost" <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory "/var/www/myVhost"> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> After upgrading to Ubuntu 13.10 / Apache 2.4, the vhost is ignored until you remove all the <Directory> configuration. Where did this go? 回答1: You can use this configuration to handle multiple vhosts. These lines