Krist van Besien a écrit :
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


I apply the changes. the same result


---------------------------------------------------------------------
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