Hej Eric,
that was quite right, thanks! Inside the file called ports.conf, another
NameVirtualHost statements was hidden (from my limited knowledge).
Now, as I have removed my double statements, everything works and I do not get
any disturbing warnings anymore.
Thanks a lot,
Stefan.
Stefan P
> [Mon Sep 09 11:05:03 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
> ... waiting [Mon Sep 09 11:05:04 2013] [warn] NameVirtualHost *:80 has no
> VirtualHosts
>...done
If everything else looks good, it usually means you have 2
"NameVirtualHost *:80".
Hi,
I am courious if there are others who have the same observation in my case.
I used the Apache documentation to use name based virtual hosts.
My site-enabled file looks now like this:
--
NameVirtualHost *:80
ServerName wiki.mydomain.com
ServerAdmin webmas...@mydomain.com