Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

apache error/warning messages when stopping service

0 views
Skip to first unread message

Josh6847

unread,
Nov 20, 2009, 7:01:34 PM11/20/09
to
When I stop apache I get the following messages:

[Fri Nov 20 19:28:05 2009] [warn] _default_ VirtualHost overlap on
port 80, the first has precedence
[Fri Nov 20 19:28:05 2009] [warn] NameVirtualHost *:80 has no
VirtualHosts
[Fri Nov 20 19:28:05 2009] [warn] NameVirtualHost *:80 has no
VirtualHosts

The service will still start up, but I am trying to get rid of these
messages... I have tried adding :80 after the wildcards and that just
gives more warnings... I tried different combos of using my IP for
NameVirtualHost and then adding :80 to the VirtualHosts but still no
luck.

Any suggestions?

Below is my httpd.conf file:

NameVirtualHost *

<VirtualHost *>
ServerName www.jrocka.homelinux.com
ServerAlias jrocka.homelinux.com
DocumentRoot /home/josh/usr/local
#DocumentRoot /opt/lampp/htdocs/all_bout_texas/public
</VirtualHost>

<VirtualHost *>
ServerName www.barbrachner.com
ServerAlias barbrachner.com
DocumentRoot /opt/lampp/htdocs/barbrachner
</VirtualHost>

<VirtualHost *>
ServerName www.joshrachner.com
ServerAlias joshrachner.com
DocumentRoot /opt/lampp/htdocs/joshrachner
</VirtualHost>


Thanks,

Josh

Message has been deleted
0 new messages