Ubuntu Apache2 local virtual hosts url not found
问题 I am setting up my laptop for single-user development of multiple sites using the LAMP stack on Ubuntu 16.10 with virtual hosts for the different sites, and name-based virtual hosts. I have tried various combinations of config settings, but I cannot load a site from the Browser, I get "the requested URL was not found on this server." Here are relevant code snippets from relevant config files: Ports.conf: Listen 8000 apache2.conf: NameVirtualHost *:8000 ServerName localhost ... .../sites