From 7d6245d938c4aa5432eba9764dcbdf3838d86c77 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Jul 07 2016 13:31:53 +0000 Subject: TIcket 48823 - Admin Server - Add IPv6 support Description: Update the comments in console.conf to represent the current admin server default port. https://fedorahosted.org/389/ticket/48823 Reviewed by: nhosoi(Thanks!) --- diff --git a/admserv/cfgstuff/console.conf.in b/admserv/cfgstuff/console.conf.in index 0b7f106..26250f6 100644 --- a/admserv/cfgstuff/console.conf.in +++ b/admserv/cfgstuff/console.conf.in @@ -80,9 +80,9 @@ ErrorLog @logdir@/error # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses (0.0.0.0) -# e.g. "Listen 12.34.56.78:80" +# e.g. "Listen 12.34.56.78:9830" # -# To allow connections to IPv6 addresses add "Listen [::]:80" +# To allow connections to use IPv6 addresses add "Listen [::]:9830" # Listen @admservip@:@admservport@