Problem
You would like to have both www.domain.name and domain.name server by Apache.
Solution
In your vhost configuration add the following two lines:
ServerName www.domain.name
ServerAlias domain.name
Problem
You would like to have both www.domain.name and domain.name server by Apache.
Solution
In your vhost configuration add the following two lines:
ServerName www.domain.name
ServerAlias domain.name