[PATCH] add apache IPv6 config options

Jeff Garzik jgarzik at pobox.com
Fri Aug 28 21:25:40 UTC 2009


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?

	Jeff






More information about the Fedora-infrastructure-list mailing list