Apache, IPv4, IPv6, virtual hosts
-----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 |
Apache, IPv4, IPv6, virtual hosts
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 |
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, Try something like this: NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot /web/content/ipall.domain.com/html <Directory "/web/content/ipall.domain.com/html/"> </Directory> </VirtualHost> <VirtualHost [2a00:1450:4013:c00::65]:80> DocumentRoot /web/content/ipv6.domain.com/html <Directory "/web/content/ipv6.domain.com/html/"> </Directory> </VirtualHost> <VirtualHost 72.232.194.162:80> DocumentRoot /web/content/ipv4.domain.com/html <Directory "/web/content/ipv4.domain.com/html/"> </Directory> </VirtualHost> _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
| All times are GMT. The time now is 12:31 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.