<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>https://wiki.espai.de/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_Server_afegir_Vhost</id>
	<title>Ubuntu Server afegir Vhost - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.espai.de/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_Server_afegir_Vhost"/>
	<link rel="alternate" type="text/html" href="https://wiki.espai.de/index.php?title=Ubuntu_Server_afegir_Vhost&amp;action=history"/>
	<updated>2026-05-27T18:23:01Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.espai.de/index.php?title=Ubuntu_Server_afegir_Vhost&amp;diff=1066&amp;oldid=prev</id>
		<title>Marti: Es crea la pàgina amb «INFO AQUI: http://www.tequilafish.com/2007/08/02/apache-virtualhost-on-ubuntu/   cd /etc/apache2/sites-available  sudo vim yourdomain.com.conf and enter your VirtualHost ...».</title>
		<link rel="alternate" type="text/html" href="https://wiki.espai.de/index.php?title=Ubuntu_Server_afegir_Vhost&amp;diff=1066&amp;oldid=prev"/>
		<updated>2012-05-14T21:46:04Z</updated>

		<summary type="html">&lt;p&gt;Es crea la pàgina amb «INFO AQUI: http://www.tequilafish.com/2007/08/02/apache-virtualhost-on-ubuntu/   cd /etc/apache2/sites-available  sudo vim yourdomain.com.conf and enter your VirtualHost ...».&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;INFO AQUI: http://www.tequilafish.com/2007/08/02/apache-virtualhost-on-ubuntu/&lt;br /&gt;
&lt;br /&gt;
 cd /etc/apache2/sites-available&lt;br /&gt;
 sudo vim yourdomain.com.conf and enter your VirtualHost directive.&lt;br /&gt;
Below I've put the most basic example, see Apache docs for details and additional features:&lt;br /&gt;
 &amp;lt;VirtualHost *&amp;gt;&lt;br /&gt;
   ServerName yourdomain.com&lt;br /&gt;
   DocumentRoot /home/youruser/public_html&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Enable your new virtualhost:&lt;br /&gt;
 sudo a2ensite yourdomain.com.conf&lt;br /&gt;
&lt;br /&gt;
Reload the Apache configuration:&lt;br /&gt;
 sudo /etc/init.d/apache2 reload&lt;/div&gt;</summary>
		<author><name>Marti</name></author>
	</entry>
</feed>