All Questions
1 question
5
votes
5
answers
4k
views
How do I get my Apache virtual hosts working?
I'm trying to set up virtual hosts for local development and can't seem to get it working.
I have this in my httpd.conf:
NameVirtualHost *
<VirtualHost *>
ServerName localhost
DocumentRoot ...