[PATCH] add apache IPv6 config options

Mike McGrath mmcgrath at redhat.com
Fri Aug 28 21:28:02 UTC 2009


On Fri, 28 Aug 2009, Jeff Garzik wrote:

> On 08/28/2009 05:11 PM, Matt Domsch wrote:
> > From: Matt Domsch<mdomsch at puppet1.fedora.phx.redhat.com>
> >
> > ---
> >   modules/httpd/files/00-namevirtualhost.conf |    4 ++++
> >   modules/httpd/files/httpd.conf-rhel5p       |    1 +
> >   2 files changed, 5 insertions(+), 0 deletions(-)
> >
> > diff --git a/modules/httpd/files/00-namevirtualhost.conf
> > b/modules/httpd/files/00-namevirtualhost.conf
> > index 3c87355..a3c8b39 100644
> > --- a/modules/httpd/files/00-namevirtualhost.conf
> > +++ b/modules/httpd/files/00-namevirtualhost.conf
> > @@ -25,6 +25,10 @@ NameVirtualHost 152.46.7.221:80
> >   NameVirtualHost 152.46.7.221:443
> >   NameVirtualHost 152.46.7.222:80
> >   NameVirtualhost 152.46.7.222:443
> > +NameVirtualHost [2610:28:200:1::fed0:1]:80
> > +NameVirtualHost [2610:28:200:1::fed0:1]:443
> > +NameVirtualHost [2610:28:200:1::fed0:2]:80
> > +NameVirtualHost [2610:28:200:1::fed0:2]:443
>
> Do SSL certificates need to be aware of this new IPv6 web address?
>

AFAIK, no.  ssl certs are completely unaware of IP addresses.

	-Mike




More information about the Fedora-infrastructure-list mailing list