VirtualHost always returns default host with Apache on Ubuntu 14.04
问题 I try to setup a virtual host besides the default localhost . Whenever I try to call my virtual host http://test I get the default Apache2 Index file that sits in the directory of http://localhost . Furthermore apache returns this page still after disabling ( a2dissite ) both VirtualHost files an reloading apache ( service apache2 reload ). What could go wrong that the virtual host is not working? Configuration: My directory structure is the following: /var/www/html # Default localhost dir