I have updated to Debian Lenny.
When apache2 starts, it now says:
[warn] NameVirtualHost *:80 has no VirtualHosts
Which is odd, as I have not changed anything in the config files. The server works though, every site comes up as it should.
The end of my apache2.conf:
Code:
# Include generic snippets of statements
Include /etc/apache2/conf.d/
# Include the virtual host configurations:
Include /etc/apache2/sites-enabled/
In /etc/apache2/conf.d/virtual:
Code:
#
# We're running multiple virtual hosts.
#
NameVirtualHost *
All of my sites vhost files look much like the example in the original post.