Can't get simple Apache VHost up and running
- by TK Kocheran
Unfortunately, I can't seem to get a simple Apache VHost online. I used to simply have one VHost which bound to all: <VirtualHost *:80>, but this isn't appropriate for security anymore. I need to have one VHost for localhost requests (ie my dev server) and one for incoming requests via my domain name.
Here's my new VHost:
NameVirtualHost…