When I set up a new website, I like to put a basic welcome page in the public_html folder to test that it's working and look halfway decent. Here's what I use. It just echoes the hostname from PHP, thus providing feedback that both Apache and PHP are working (along with DNS, hopefully)

Code: https://gist.github.com/zyphlar/2606742