SHA256
1
0
forked from pool/apache2

- remove NameVirtualHost from documentation [bsc#1078557]

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=547
This commit is contained in:
Petr Gajdos 2018-02-02 07:42:15 +00:00 committed by Git OBS Bridge
parent b20eb1a5ec
commit 1234009173
4 changed files with 5 additions and 20 deletions

View File

@ -30,18 +30,3 @@ Listen 80
</IfDefine>
# 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 *

View File

@ -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

View File

@ -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.

View File

@ -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