Virtual Hosts in Apache

kwiersma

Registered
I figured out that I could probably set up apache to have several virtual hosts for each web project I work on. This way I could just go to http://project1/ and http://project2/ and I could have separate document roots for each project.

Does anyone know the right apache httpd.conf directives to set this up so that http://project1 points to a directory on my hard drive and http://project2 points to a different directory?

Thanks. :)O
 
Back
Top