OK, I got the virtual server working! (I had neglected to restart and reload the apache server. I think that was the problem. I also carefully followed the steps outlined at
http://library.linode.com/web-servers/a ... al-hosting)
I do have a question: when I did reload the server, I got these warnings:
root@everything:~# /etc/init.d/apache2 restart
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[Thu Dec 15 15:35:30 2011] [warn] NameVirtualHost *:80 has no VirtualHosts
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[Thu Dec 15 15:35:32 2011] [warn] NameVirtualHost *:80 has no VirtualHosts
.
I'm not quite sure what the warning means. I do see content from the web site in my browser now, so I know it's working.
- Chris