Ok, this is what we've done.
In httpd.conf created:
<VirtualHost ">
ServerName dursk
DocumentRoot /home/dursk/www
</VirtualHost>
<VirtualHost ">
ServerName localhost
DocumentRoot /home/dursk/www
</VirtualHost>
In the hosts file:
127.0.0.1 localhost
127.0.0.1 localhost.localdomain
127.0.0.1 dursk
127.0.1.1 NOX #not sure what this is.
When you go to localhost is shows he defaut apache "It Works" from
/var/www.
The hostname of the computer is dursk.