According to this doucumentation,
http://httpd.apache.org/docs/2.0/vhosts/name-based.html
You can set up different sites under the same ip address but it looks like they all have to reside under the httdocs folder. Is it possible to have a site in the httdocs folder and another in a external drive, example S:/mywebs.
Then I could just say
www.urlone.com //which should point to the folder in httdocs directory
and
www.urltwo.com //which should point to the folder on my external drive.
It would be kinda nice if there was a easy to read step by step tutorial on how to set up virtual host where files are stored inside and outside of the httdocs folder.