Two sites: site.com and www.site.com.
Apache config looks like this /etc/apache2/sites-available/site.conf:
<VirtualHost *:80> ServerName site.com DocumentRoot /var/www/site </VirtualHost>So both sites can be loaded independently, but there is no redirect.