===apache virtual hosts by port=== %% NameVirtualHost *:80 # first / default vhost site DocumentRoot "/var/www/html" ServerName vhdefault.vhdefault # site 1 DocumentRoot "/var/www/vsite1" ServerName vsite1.com # site 2 DocumentRoot "/var/www/vsite2" ServerName vsite1.com %% ---- REFERRERS {{backlinks}}