Thoughts
Honestly, Apache's kind of a mess. It sucks that a config error in one virtual host means that Apache can't start. VirtualHosts should be
isolated from each other and instead they're like all concatenated together into the same config file which is read sequentially (and they can like leak variables and stuff because the Apache config file syntax obviously doesn't support variable scoping).