
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://w.cidesa.com.ve/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>http://w.cidesa.com.ve/index.php?action=history&amp;feed=atom&amp;title=Configurar_Varios_Virtual_Host_con_diferentes_Hostnames</id>
		<title>Configurar Varios Virtual Host con diferentes Hostnames - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="http://w.cidesa.com.ve/index.php?action=history&amp;feed=atom&amp;title=Configurar_Varios_Virtual_Host_con_diferentes_Hostnames"/>
		<link rel="alternate" type="text/html" href="http://w.cidesa.com.ve/index.php?title=Configurar_Varios_Virtual_Host_con_diferentes_Hostnames&amp;action=history"/>
		<updated>2026-05-24T12:50:49Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.16.2</generator>

	<entry>
		<id>http://w.cidesa.com.ve/index.php?title=Configurar_Varios_Virtual_Host_con_diferentes_Hostnames&amp;diff=1728&amp;oldid=prev</id>
		<title>Lhernandez: New page: Deben existir archivos diferentes para cada virtual, y deben contener lo siguiente:  &lt;pre&gt;  NameVirtualHost * CheckSpelling on  &lt;VirtualHost * &gt;     ServerName reportes.mihost.com     Docu...</title>
		<link rel="alternate" type="text/html" href="http://w.cidesa.com.ve/index.php?title=Configurar_Varios_Virtual_Host_con_diferentes_Hostnames&amp;diff=1728&amp;oldid=prev"/>
				<updated>2008-07-03T17:45:58Z</updated>
		
		<summary type="html">&lt;p&gt;New page: Deben existir archivos diferentes para cada virtual, y deben contener lo siguiente:  &amp;lt;pre&amp;gt;  NameVirtualHost * CheckSpelling on  &amp;lt;VirtualHost * &amp;gt;     ServerName reportes.mihost.com     Docu...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Deben existir archivos diferentes para cada virtual, y deben contener lo siguiente:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NameVirtualHost *&lt;br /&gt;
CheckSpelling on&lt;br /&gt;
&lt;br /&gt;
&amp;lt;VirtualHost * &amp;gt;&lt;br /&gt;
&lt;br /&gt;
   ServerName reportes.mihost.com&lt;br /&gt;
&lt;br /&gt;
   DocumentRoot &amp;quot;/var/www/apache2-default/&amp;quot;&lt;br /&gt;
   DirectoryIndex index.php index.html&lt;br /&gt;
&lt;br /&gt;
   ############&lt;br /&gt;
   # REPORTES #&lt;br /&gt;
   ############&lt;br /&gt;
   Alias /reportes &amp;quot;/var/www/cidesa/dir_reportes/&amp;quot;&lt;br /&gt;
   &amp;lt;Directory &amp;quot;/var/www/cidesa/dir_reportes/&amp;quot;&amp;gt;&lt;br /&gt;
      Options Indexes MultiViews&lt;br /&gt;
      AllowOverride None&lt;br /&gt;
      Order allow,deny&lt;br /&gt;
      Allow from all&lt;br /&gt;
   &amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   Alias /vb-libre &amp;quot;/var/www/cidesa/dir_reportes/&amp;quot;&lt;br /&gt;
   &amp;lt;Directory &amp;quot;/var/www/cidesa/dir_reportes/&amp;quot;&amp;gt;&lt;br /&gt;
      Options Indexes MultiViews&lt;br /&gt;
      AllowOverride None&lt;br /&gt;
      Order allow,deny&lt;br /&gt;
      Allow from all&lt;br /&gt;
   &amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A este virtual host se accesa con la direccion http://reportes.mihost.com/, http://reportes.mihost.com/reportes y http://reportes.mihost.com/vb-libre&lt;br /&gt;
&lt;br /&gt;
y el otro virtual host seria:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NameVirtualHost *&lt;br /&gt;
&lt;br /&gt;
CheckSpelling on&lt;br /&gt;
&lt;br /&gt;
&amp;lt;VirtualHost * &amp;gt;&lt;br /&gt;
&lt;br /&gt;
   ServerName siga.miotrohost.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   DocumentRoot &amp;quot;/var/www/cidesa/dir/web&amp;quot;&lt;br /&gt;
   DirectoryIndex autenticacion_dev.php/login index.php&lt;br /&gt;
&lt;br /&gt;
   ###########&lt;br /&gt;
   # Symfony #&lt;br /&gt;
   ###########&lt;br /&gt;
   Alias /sf /usr/share/php/data/symfony/web/sf&lt;br /&gt;
   &amp;lt;Directory &amp;quot;/usr/share/php/data/symfony/web/sf&amp;quot;&amp;gt;&lt;br /&gt;
     AllowOverride All&lt;br /&gt;
     Allow from All&lt;br /&gt;
   &amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   ####################&lt;br /&gt;
   # Siga (Principal) #&lt;br /&gt;
   ####################&lt;br /&gt;
   &amp;lt;Directory &amp;quot;/var/www/cidesa/dir/web/&amp;quot;&amp;gt;&lt;br /&gt;
     Options FollowSymLinks&lt;br /&gt;
     AllowOverride All&lt;br /&gt;
     Allow from All&lt;br /&gt;
   &amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   #####################################&lt;br /&gt;
   # Presupuesto y Contabilidad (Demo) #&lt;br /&gt;
   #####################################&lt;br /&gt;
 #  Alias /contabilidadpresupuesto /var/www/cidesa/dir_cp/&lt;br /&gt;
 #  &amp;lt;Directory &amp;quot;/var/www/cidesa/dir_cp/&amp;quot;&amp;gt;&lt;br /&gt;
 #    AllowOverride All&lt;br /&gt;
 #    Allow from All&lt;br /&gt;
 #  &amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   ############&lt;br /&gt;
   # REPORTES #&lt;br /&gt;
   ############&lt;br /&gt;
   Alias /reportes &amp;quot;/var/www/cidesa/dir_reportes/&amp;quot;&lt;br /&gt;
   &amp;lt;Directory &amp;quot;/var/www/cidesa/dir_reportes/&amp;quot;&amp;gt;&lt;br /&gt;
      Options Indexes MultiViews&lt;br /&gt;
      AllowOverride None&lt;br /&gt;
      Order allow,deny&lt;br /&gt;
      Allow from all&lt;br /&gt;
   &amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A este virtual host se accesa con la direccion http://reportes.miotrohost.com/&lt;br /&gt;
&lt;br /&gt;
De esta forma se pueden generar diferentes virtual host para deferentes aplicaciones y hostnames&lt;br /&gt;
&lt;br /&gt;
Listo...&lt;/div&gt;</summary>
		<author><name>Lhernandez</name></author>	</entry>

	</feed>