default page for domains without account

biszkoptwielki

Registered
Oct 5, 2006
1
0
151
This is my first post so i would say hello ;)

I have a few domains which pointing to my dns server but they without accounts, but now i getting Server not found error and i wold like to do some kind of holding page for them (like hosting companies have). I tried to edit virtual hosts in httpd.conf by adding
<VirtualHost _default_:*>
DocumentRoot /www/default
...
</VirtualHost>

but it doesn't work.

Anyone has any ideas how to deal with it ?