<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start</title>
	<atom:link href="http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Thu, 26 Nov 2009 04:13:05 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Terry Rankine</title>
		<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/comment-page-1/#comment-583052</link>
		<dc:creator>Terry Rankine</dc:creator>
		<pubDate>Mon, 29 Jun 2009 02:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/#comment-583052</guid>
		<description>debian lenny - just make sure there is ONLY one instance of 
&lt;code&gt;NameVirtualHost *:80

and you have receivers for it (ie virtual host entries)

the definitive place to put &lt;em&gt;NameVirtualHost&lt;/em&gt; is in ports.conf</description>
		<content:encoded><![CDATA[<p>debian lenny &#8211; just make sure there is ONLY one instance of<br />
<code>NameVirtualHost *:80</p>
<p>and you have receivers for it (ie virtual host entries)</p>
<p>the definitive place to put <em>NameVirtualHost</em> is in ports.conf</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walter</title>
		<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/comment-page-1/#comment-574236</link>
		<dc:creator>walter</dc:creator>
		<pubDate>Sat, 09 May 2009 15:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/#comment-574236</guid>
		<description>Thanks, very useful for me.</description>
		<content:encoded><![CDATA[<p>Thanks, very useful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehmet</title>
		<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/comment-page-1/#comment-572329</link>
		<dc:creator>Mehmet</dc:creator>
		<pubDate>Wed, 29 Apr 2009 04:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/#comment-572329</guid>
		<description>NameVirtualHost *:80 has no VirtualHosts 443 SSL port not yeap.</description>
		<content:encoded><![CDATA[<p>NameVirtualHost *:80 has no VirtualHosts 443 SSL port not yeap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prazetyo</title>
		<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/comment-page-1/#comment-566810</link>
		<dc:creator>prazetyo</dc:creator>
		<pubDate>Mon, 23 Mar 2009 07:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/#comment-566810</guid>
		<description>the message appear because ports.conf not configure.

If you configure VirtualHost with ip ex.


Then you must configure at ports.conf with same setting.
ports.conf
NameVirtualHost xxx.xxx.xxx.xxx:80
Listen 80

I also have same problem. But after I change this setting, that message dissapear.

Good lUck</description>
		<content:encoded><![CDATA[<p>the message appear because ports.conf not configure.</p>
<p>If you configure VirtualHost with ip ex.</p>
<p>Then you must configure at ports.conf with same setting.<br />
ports.conf<br />
NameVirtualHost xxx.xxx.xxx.xxx:80<br />
Listen 80</p>
<p>I also have same problem. But after I change this setting, that message dissapear.</p>
<p>Good lUck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel B</title>
		<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/comment-page-1/#comment-562528</link>
		<dc:creator>Daniel B</dc:creator>
		<pubDate>Tue, 24 Feb 2009 10:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/#comment-562528</guid>
		<description>Thanks.

It was a great help. You would believe how many different opinions there are on which is the right syntax for VirtualHost in Apache.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
<p>It was a great help. You would believe how many different opinions there are on which is the right syntax for VirtualHost in Apache.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/comment-page-1/#comment-560764</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Mon, 16 Feb 2009 00:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/#comment-560764</guid>
		<description>Thanks &lt;b&gt;waveclaw&lt;/b&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks <b>waveclaw</b>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waveclaw</title>
		<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/comment-page-1/#comment-555353</link>
		<dc:creator>waveclaw</dc:creator>
		<pubDate>Sun, 18 Jan 2009 07:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/#comment-555353</guid>
		<description>This warning will also be emitted if there are multiple NameVirtualHost entries.

In the basic install of Apache 2 on Debian 5 (Lenny) I see the NameVirtualHost in:

/etc/apache2/sites-enabled/000-default

and 

/etc/apache2/ports.conf

So at least this out-of-the-box install will emit this warning every time &#039;/etc/init.d/apache2 reload&#039; is called to check the configuration files.  

If the warning bothers you, just comment out the entry in ports.conf and don&#039;t add new ones; say, from an example site template pasted into a new configuration file.</description>
		<content:encoded><![CDATA[<p>This warning will also be emitted if there are multiple NameVirtualHost entries.</p>
<p>In the basic install of Apache 2 on Debian 5 (Lenny) I see the NameVirtualHost in:</p>
<p>/etc/apache2/sites-enabled/000-default</p>
<p>and </p>
<p>/etc/apache2/ports.conf</p>
<p>So at least this out-of-the-box install will emit this warning every time &#8216;/etc/init.d/apache2 reload&#8217; is called to check the configuration files.  </p>
<p>If the warning bothers you, just comment out the entry in ports.conf and don&#8217;t add new ones; say, from an example site template pasted into a new configuration file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: basil</title>
		<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/comment-page-1/#comment-549113</link>
		<dc:creator>basil</dc:creator>
		<pubDate>Tue, 23 Dec 2008 04:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/#comment-549113</guid>
		<description>NameVirtualHost *:80 has no VirtualHosts</description>
		<content:encoded><![CDATA[<p>NameVirtualHost *:80 has no VirtualHosts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ORNYX &#187; Blog Archive &#187; Apache warns that your NameVirtualHost has no VirtualHosts</title>
		<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/comment-page-1/#comment-521361</link>
		<dc:creator>ORNYX &#187; Blog Archive &#187; Apache warns that your NameVirtualHost has no VirtualHosts</dc:creator>
		<pubDate>Thu, 10 Jul 2008 11:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/#comment-521361</guid>
		<description>[...] Still, now that I&#8217;m running my own VPS, I might as well get it fixed. So here&#8217;s it. [...]</description>
		<content:encoded><![CDATA[<p>[...] Still, now that I&#8217;m running my own VPS, I might as well get it fixed. So here&#8217;s it. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simplificator &#187; Blog Archive &#187; Ubuntu Administration: Hosting multiple Websites with Apache2</title>
		<link>http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/comment-page-1/#comment-384600</link>
		<dc:creator>simplificator &#187; Blog Archive &#187; Ubuntu Administration: Hosting multiple Websites with Apache2</dc:creator>
		<pubDate>Mon, 20 Aug 2007 11:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/08/11/apache-warn-namevirtualhost-80-has-no-virtualhosts-error-when-start/#comment-384600</guid>
		<description>[...] people on the web say stuff like &#039;change the *:80 to a _default_:80&#039; or similar - focusing on tricking [...]</description>
		<content:encoded><![CDATA[<p>[...] people on the web say stuff like &#8216;change the *:80 to a _default_:80&#8242; or similar &#8211; focusing on tricking [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
