Be sure you've set the following directives in your Apache httpd.conf (search for them and make sure they match your domain):
ServerName your.domain.com
HTML Code:
<VirtualHost *:80>
//other stuff before and after
ServerName your.domain.com
</VirtualHost>
(you may want to copy this last one so you've got entries both with and without the www.)