https://issues.apache.org/bugzilla/show_bug.cgi?id=52178

--- Comment #3 from Rainer Canavan <[email protected]> 2011-11-25 10:08:04 
UTC ---
IPv6 Addresses in square brackets do work for Listen and VirtualHost
statements, but not for ServerName. Aside from preventing the Server to start
at all, a NameVirtualHosts with an IP as the ServerName will never match. Even
with the patch, the server must not have a VirtualHost-Statement that matches
the ServerName exactly (i.e. the VirtualHost should be *:80 or different due to
NAT), just like it works for IPv4 Adresses now.

Servername [::]:80

results in

Syntax error on line 2 of /etc/httpd/conf.d/vhost0.conf:
The port number "[::]:80" is outside the appropriate range (i.e., 1..65535).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to