From 12340091739849934e5a62702172d51b794a26d582fbc618b9e2b25c1c5962c0 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 2 Feb 2018 07:42:15 +0000 Subject: [PATCH] - remove NameVirtualHost from documentation [bsc#1078557] OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=547 --- apache2-listen.conf | 15 --------------- apache2-vhost-ssl.template | 3 --- apache2-vhost.template | 2 -- apache2.changes | 5 +++++ 4 files changed, 5 insertions(+), 20 deletions(-) diff --git a/apache2-listen.conf b/apache2-listen.conf index 808d598..e23967d 100644 --- a/apache2-listen.conf +++ b/apache2-listen.conf @@ -30,18 +30,3 @@ Listen 80 -# Use name-based virtual hosting -# -# - on a specified address / port: -# -#NameVirtualHost 12.34.56.78:80 -# -# - name-based virtual hosting: -# -#NameVirtualHost *:80 -# -# - on all addresses and ports. This is your best bet when you are on -# dynamically assigned IP addresses: -# -#NameVirtualHost * - diff --git a/apache2-vhost-ssl.template b/apache2-vhost-ssl.template index e301a69..a80aa1a 100644 --- a/apache2-vhost-ssl.template +++ b/apache2-vhost-ssl.template @@ -4,9 +4,6 @@ # # See /usr/share/doc/packages/apache2/README.QUICKSTART for further hints # about virtual hosts. - -# NameVirtualHost statements should be added to /etc/apache2/listen.conf. - # # This is the Apache server configuration file providing SSL support. # It contains the configuration directives to instruct the server how to diff --git a/apache2-vhost.template b/apache2-vhost.template index 10191f7..760d0c0 100644 --- a/apache2-vhost.template +++ b/apache2-vhost.template @@ -6,8 +6,6 @@ # See /usr/share/doc/packages/apache2/README.QUICKSTART for further hints # about virtual hosts. # -# NameVirtualHost statements can be added to /etc/apache2/listen.conf. -# # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. diff --git a/apache2.changes b/apache2.changes index cc0691a..9e6cdca 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 2 07:39:23 UTC 2018 - pgajdos@suse.com + +- remove NameVirtualHost from documentation [bsc#1078557] + ------------------------------------------------------------------- Tue Jan 30 09:16:26 UTC 2018 - pgajdos@suse.com