Good set of starter instructions on this page.
Perfect tutorial. Complete with setting up Virtual Hosts and SSL.
But an error occurs when the Apache service is restarted.
Getting:
Starting httpd: Warning: DocumentRoot [/www/iqtest/html] does not exist [FAILED]
The error is the result of SELinux.
Disable it at
/etc/sysconfig/selinux
and reboot.
Or run the following command as root:
echo 0 >/selinux/enforce