<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
		<id>https://wiki.kogite.fr/index.php?action=history&amp;feed=atom&amp;title=Message_%3A_NameVirtualHost_%2A%3A80_has_no_VirtualHosts</id>
		<title>Message : NameVirtualHost *:80 has no VirtualHosts - Historique des versions</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.kogite.fr/index.php?action=history&amp;feed=atom&amp;title=Message_%3A_NameVirtualHost_%2A%3A80_has_no_VirtualHosts"/>
		<link rel="alternate" type="text/html" href="https://wiki.kogite.fr/index.php?title=Message_:_NameVirtualHost_*:80_has_no_VirtualHosts&amp;action=history"/>
		<updated>2026-06-14T23:26:18Z</updated>
		<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.kogite.fr/index.php?title=Message_:_NameVirtualHost_*:80_has_no_VirtualHosts&amp;diff=4918&amp;oldid=prev</id>
		<title>Pierrick : a déplacé D6 Message : NameVirtualHost *:80 has no VirtualHosts vers Message : NameVirtualHost *:80 has no VirtualHosts</title>
		<link rel="alternate" type="text/html" href="https://wiki.kogite.fr/index.php?title=Message_:_NameVirtualHost_*:80_has_no_VirtualHosts&amp;diff=4918&amp;oldid=prev"/>
				<updated>2012-05-06T12:21:09Z</updated>
		
		<summary type="html">&lt;p&gt;a déplacé &lt;a href=&quot;/index.php?title=D6_Message_:_NameVirtualHost_*:80_has_no_VirtualHosts&quot; class=&quot;mw-redirect&quot; title=&quot;D6 Message : NameVirtualHost *:80 has no VirtualHosts&quot;&gt;D6 Message : NameVirtualHost *:80 has no VirtualHosts&lt;/a&gt; vers &lt;a href=&quot;/index.php?title=Message_:_NameVirtualHost_*:80_has_no_VirtualHosts&quot; title=&quot;Message : NameVirtualHost *:80 has no VirtualHosts&quot;&gt;Message : NameVirtualHost *:80 has no VirtualHosts&lt;/a&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version du 6 mai 2012 à 12:21&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Pierrick</name></author>	</entry>

	<entry>
		<id>https://wiki.kogite.fr/index.php?title=Message_:_NameVirtualHost_*:80_has_no_VirtualHosts&amp;diff=4917&amp;oldid=prev</id>
		<title>Pierrick : Page créée avec « Sur debian squeeze lorsque apache redémarre il nous gratifie d'une erreur :  Restarting web server: apache2[Sun May 06 12:10:41 2012] [warn] NameVirtualHost *:80 has no Virt... »</title>
		<link rel="alternate" type="text/html" href="https://wiki.kogite.fr/index.php?title=Message_:_NameVirtualHost_*:80_has_no_VirtualHosts&amp;diff=4917&amp;oldid=prev"/>
				<updated>2012-05-06T12:20:58Z</updated>
		
		<summary type="html">&lt;p&gt;Page créée avec « Sur debian squeeze lorsque apache redémarre il nous gratifie d&amp;#039;une erreur :  Restarting web server: apache2[Sun May 06 12:10:41 2012] [warn] NameVirtualHost *:80 has no Virt... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sur debian squeeze lorsque apache redémarre il nous gratifie d'une erreur :&lt;br /&gt;
 Restarting web server: apache2[Sun May 06 12:10:41 2012] [warn] NameVirtualHost *:80 has no VirtualHosts&lt;br /&gt;
 ... waiting [Sun May 06 12:10:42 2012] [warn] NameVirtualHost *:80 has no VirtualHosts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solution :&lt;br /&gt;
 &lt;br /&gt;
Commenter la ligne :&lt;br /&gt;
 NameVirtualHost *:80&lt;br /&gt;
&lt;br /&gt;
Dans le fichier /etc/apache2/ports.conf&lt;br /&gt;
&lt;br /&gt;
Plus d'infos :&lt;br /&gt;
 zcat /usr/share/doc/apache2.2-common/NEWS.Debian.gz&lt;br /&gt;
&lt;br /&gt;
 * The directive &amp;quot;NameVirtualHost *&amp;quot; has been changed to &amp;quot;NameVirtualHost&lt;br /&gt;
    *:80&amp;quot;. It has also been moved from sites-available/default to ports.conf.&lt;br /&gt;
    This allows to ship a proper SSL default virtual host config in&lt;br /&gt;
    sites-available/default-ssl, but it means that if you use several name&lt;br /&gt;
    based virtual hosts:&lt;br /&gt;
 &lt;br /&gt;
    - you will have to change &amp;lt;VirtualHost *&amp;gt; to &amp;lt;VirtualHost *:80&amp;gt; in your&lt;br /&gt;
      name based virtual hosts&lt;br /&gt;
 &lt;br /&gt;
    - you need to add more NameVirtualHost directives if you use other ports&lt;br /&gt;
      than 80 with name based virtual hosts. You may also have to add these&lt;br /&gt;
      ports to the default virtual host in /etc/apache2/sites-available/default&lt;br /&gt;
      (like this: &amp;quot;&amp;lt;VirtualHost *:80 *:81&amp;gt;&amp;quot;).&lt;br /&gt;
 &lt;br /&gt;
    If you prefer to revert to the old setup instead (and don't need the&lt;br /&gt;
    default-ssl host), just change &amp;quot;NameVirtualHost *:80&amp;quot; back to&lt;br /&gt;
    &amp;quot;NameVirtualHost *&amp;quot; in ports.conf and &amp;quot;&amp;lt;VirtualHost *:80&amp;gt;&amp;quot; to&lt;br /&gt;
    &amp;quot;&amp;lt;VirtualHost *&amp;gt;&amp;quot; in sites-available/default.&lt;/div&gt;</summary>
		<author><name>Pierrick</name></author>	</entry>

	</feed>