Hi,
I have a CentOS 6 box with a single IPv6 and a /64 IPv6
I would like to have on the same box a name-based virtual host of Apache with
IPv4 and an IP-based virtual host with IPv6.
The only solution I have found so far is to run two instances of Apache, one
on IPv4 and the other on IPv6.
In your opinion, are there other solutions to this problem?
Thanks.
Ciao,
luigi
- --
/
+--[Luigi Rosa]--
If you stick your head in the sand, one thing is for sure,
you're gonna get your rear kicked.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
On 10/14/2012 01:08 AM, Luigi Rosa wrote:
> I would like to have on the same box a name-based virtual host of Apache with
> IPv4 and an IP-based virtual host with IPv6.
Does that not work? As far as I know, enabling named virtual hosts just
allows you to have multiple virtual hosts with the same address and port
specified, with the configuration chosen based on the request's Host:
header. Additionally, it only affects the address and port given in the
NameVirtualHost directive. Enabling it shouldn't stop you from defining
multiple hosts with unique addresses and ports.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
10-15-2012, 08:10 PM
Maarten Elsen
Apache, IPv4, IPv6, virtual hosts
On 14/10/2012 10:08, Luigi Rosa wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
> I have a CentOS 6 box with a single IPv6 and a /64 IPv6
>
> I would like to have on the same box a name-based virtual host of Apache with
> IPv4 and an IP-based virtual host with IPv6.
>
> The only solution I have found so far is to run two instances of Apache, one
> on IPv4 and the other on IPv6.
>
> In your opinion, are there other solutions to this problem?
>
>
> Thanks.
>
>
> Ciao,
> luigi
>
> - --
> /
> +--[Luigi Rosa]--
>
>
> If you stick your head in the sand, one thing is for sure,
> you're gonna get your rear kicked.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
>
> iEYEARECAAYFAlB6cvoACgkQ3kWu7Tfl6ZS57QCbBMVp2TELaO uinaXFQk9hlAxO
> lyoAnjy7+ztuXcG4kShXatuO16DsG7nS
> =FLer
> -----END PGP SIGNATURE-----
> _______________________________________________
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
Luigi,