VirtualHost point to apache test page
Hello,when i make a new VirtualHost it point to the apache test page and not on the user account, here's my Virtual host configuration
<VirtualHost myserverip>
ServerName domain.com
ServerAlias www.domain.com
DocumentRoot /home/username/public_html
</VirtualHost>