Justin, continue your questions here... for the sake of continuity and easier referencing...
COPIED OVER:
"Hi all, so far so good thanks heaps for all your help so far (esp, Joe and A H).
I was trying to place an index.html into /var/www/ but couldn't because.. it just wouldn't let me.
I did a sudo chown myUsername /var/www/
it let me place the index file in teh directory however when i go to
http://localhost/ i get 403'd you don't have persmission to access / on this server.
Any help on how to fix this?
( chown root doesnt change anything either) "
For goodness sake, don't chown all the directories to root. This is just bad practice.
After you've created a domain name, use the domain administrator's login via SSH or FTP to
/home/mydomain.com/public_html
VMpro creates home directory to websites in /home not /var/www/html. Your website contents should be in /home/mydomain.com/public_html and not /var/www/html
You have to configure /etc/httpd/conf/httpd.conf