On Friday 04 July 2008, Hideki Yamane wrote: > Hi, > > > I've updated apache2 package, added symlinks to > > /etc/apache2/sites-enabled is gone... (and just say "It works!" > > with browser ;-) > > No, it's my fault. I saw other host, sorry. > > But a problem remains. I cannot saw all virtualhosts on my box > without "It works!" (default) page. > > I've added "NameVirtualHost *" to /etc/sites-enabled/000-default > and restart, apache says warning but shows contents on > virtualhosts.
You need to remove the "NameVirtualHost *:80" from /etc/apache2/ports.conf, or change that to "NameVirtualHost *" and remove the "NameVirtualHost *" you added to 000-default. I will try to make that more clear in the NEWS.Debian in the next upload. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

