Can't access virtual server DocumentRoot

I've dug around and scratched my head for over an hour now....

I have a sub-domain called test.ez-om.com.
A chunk of http.conf is listed below:
[code]

SuexecUserGroup "#507" "#508"
ServerName test.ez-om.com
ServerAlias www.test.ez-om.com
ServerAlias webmail.test.ez-om.com
ServerAlias admin.test.ez-om.com
DocumentRoot /home/ezom/public_html/test
ErrorLog /home/ezom/logs/error_log
CustomLog /home/ezom/logs/access_log combined
[/code]

I've verified that DNS is correct (address of the parent server) but anytime I try to access the site, it fails.
I.e. http://test.ez-om.com/home.php generates:
[code]
Not Found

The requested URL /home.php was not found on this server.
Apache/2.2.3 (CentOS) Server at test.ez-om.com Port 80
[/code]

I've compared the httpd.conf with the original server and it all seems to match up as expected.

Can anyone offer an idea of where I should look to resolve? There are no errors when I try to access the above page in the error_log. Also, there are no web pages in the parent domain. So if I access http://ez-om.com I get a "you don't have permission" and there is an entry in the error_log for that.... Confused.

tony

Status: 
Closed (fixed)