summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Samuelson <peter@p12n.org>2008-07-01 04:01:13 +0000
committerStefan Fritsch <sf@sfritsch.de>2012-01-02 10:36:56 +0100
commit8495543d8907c8bd32e3b8ed042ffd6853b441c9 (patch)
tree55572a14f81cfdc625ea59deacb1852bb9b1b113
parentc91477989cf9fd9a7043fb3a809a45cac06b5e15 (diff)
downloadapache2-8495543d8907c8bd32e3b8ed042ffd6853b441c9.tar.gz
s/NameVirtualHosts/NameVirtualHost/. Thanks to Ryan52 for noticing.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@749 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r--debian/config-dir/ports.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/config-dir/ports.conf b/debian/config-dir/ports.conf
index b3177ff9..52196f8b 100644
--- a/debian/config-dir/ports.conf
+++ b/debian/config-dir/ports.conf
@@ -2,11 +2,11 @@
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default
-NameVirtualHosts *:80
+NameVirtualHost *:80
Listen 80
<IfModule mod_ssl.c>
# SSL name based virtual hosts are not yet supported, therefore no
- # NameVirtualHosts statement here
+ # NameVirtualHost statement here
Listen 443
</IfModule>