I have done a search on Virtualhosting...and got three results. One of the threads was mine, but didn't receive on response. The others didn't have much more luck.

There has got to be someone out there that knows how to do it!

If there is, how do you host multiple web sites on one server. I'm running Apache2, MySql, and PHP4 are all functioning great.

I can set up my 000-Default virtualhost file to lead to my first website via URL no problem. But when I try to get website number two to work, how do I route the webpage2.com queries to the right directory? Do i make a totally seperate virtualhost file? Or do I just add the second website's specifies onto the bottom of the first file. (the 000-default)

Note: The 000-Default i'm mentioning in located in /etc/apache2/sites-enabled
is this the right file and directory to place my virtualhost configs?