From: Rich Bowen Date: Fri, 14 Jan 2011 16:09:18 +0000 (+0000) Subject: Remove NameVirtualHost, as it causes a startup warning. X-Git-Tag: 2.3.11~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33055cde7429652006cadc2d96d3b35517778441;p=thirdparty%2Fapache%2Fhttpd.git Remove NameVirtualHost, as it causes a startup warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059054 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-vhosts.conf.in b/docs/conf/extra/httpd-vhosts.conf.in index 9092527b10e..5b3d946ae11 100644 --- a/docs/conf/extra/httpd-vhosts.conf.in +++ b/docs/conf/extra/httpd-vhosts.conf.in @@ -14,11 +14,6 @@ # You may use the command line option '-S' to verify your virtual host # configuration. -# -# Use name-based virtual hosting. -# -NameVirtualHost *:@@Port@@ - # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container.