Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by pctony: http://wiki.apache.org/httpd/VirtualHostsMixingPorts The comment on the change is: added additional condition for error message ------------------------------------------------------------------------------ - (!) INCOMPLETE PAGE (!) - - = VirtualHosts & Mixing Ports = - If you get the following error when you attempt to start Apache, it is a warning to tell you that you have a misconfiguration of your {{{httpd.conf}}} {{{ VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results }}} + 1. You have no {{{VirtualHosts}}} that match the {{{NameVirtualHost}}} directive. - This occurs if you attempt to mix the use of *:80 with ones that do not use *. For example : + 2. You are mixing the use of *:80 with ones that do not use *. For example : {{{ NameVirtualHost *:80
