Re: help I do not understand

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux