You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by BAO RuiXian <ru...@pp.inet.fi> on 2004/06/05 10:49:13 UTC

Re: [users@httpd] mixing * ports and non-* ports with a NameVirtualHost


Muhammad Rizwan Khan wrote:

>How to resolve this issue,, when ever i try to start apache it gives me this 
>error:
>  
>

There are two reasons may cause this error. First, you may not have a 
port defined after the NameVirtualHost directive; second, you have 
different ports in your VirtualHost directives, i.e. 8077 and 80. Try 
keep NameVirtualHost and VirtualHost directive consistent with or 
without ports and /or use a single port either 8077 or 80 if you want to 
use a port.

Good Luck

Bao

>Starting httpd: [Sat Jun 05 09:42:38 2004] [error] VirtualHost
>172.16.16.105:8077 -- mixing * ports and non-* ports with a NameVirtualHost
>address is not supported, proceeding with undefined results
>[Sat Jun 05 09:42:38 2004] [error] VirtualHost 172.16.16.105:80 -- mixing *
>ports and non-* ports with a NameVirtualHost address is not supported,
>proceeding with undefined results
>[Sat Jun 05 09:42:38 2004] [error] VirtualHost 172.16.16.105:80 -- mixing *
>ports and non-* ports with a NameVirtualHost address is not supported,
>proceeding with undefined results
>
>  
>


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