Here is your first mistake: You must enable name based virtual hosts
if you want to use them. You have the NameVritualhost directive
commented out.

> #NameVirtualHost *:80

Replace this with
NameVirtualhost *:80  (remove the #, in other words)

It is also better not to make your config dependent on your actual IP,
so modify your VirtualHost container:

> <VirtualHost 87.98.186.232>

Replace this with
<VirtualHost *:80>

Do this for all your virtualhosts. The argument to NameVirtualHost and
VirtualHost must match.

Krist

-- 
krist.vanbes...@gmail.com
kr...@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to