Page 1 of 1

Vhost to an ip?

PostPosted: 15. December 2006 15:20
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?