Page 1 of 1

Vhost as an A-Record?

PostPosted: 05. January 2007 04:33
by DrizZ
Hi, how do i make so like "netbyen.mikzweb.dk" will return to an ip fx.:

Code: Select all
<VirtualHost *:80>
Servername netbyen.mikzweb.dk
ServerAdmin egebos@egebos.dk
ServerAlias www.netbyen.mikzweb.dk
DocumentRoot 80.163.8.12
</VirtualHost>



how is that possible?