typically you add a document root and access ( i dont ever delete the original)
then i add a virtual host (both bits are needed):
NameVirtualHost 10.1.1.x
ServerName virtualservername.crap.com
DocumentRoot /pathtodocumentroot
add virtualservername.crap.com to /etc/hosts
and restart httpd. if its good,
add a reverse and a .crap.com entry to DNS
----------------------------
are you certain that there wasnt anything required in /var/www/html
that needs to be in /home/webadmin/public_html if youre moving it in its entirety?
is your syntax in httpd.conf correct?
did your change/add all instances of /var/www/html to match /home/webadmin/public_html ? you do need to set access to this document root
as well.. look for a string like this (as with the virtualhost above):
copy it and modify it to suit your needs then allow your networks
and attempt to restart your webserver.
are you restarting httpd as the root user? if not does your user have permissions
and access rights to files or to start the webserver?