Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/01/2003, 17:55
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 3 meses
Puntos: 129
Para eso, ademas del servidor-virtual en apache .. tienes que editar el archivo: host.sam y renombrarlo a host (en w98 está en c:\system) ..

en ese archivo host veras:

Cita:
# Copyright (c) 1998 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP stack for Windows98
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.0 localhost
pon ahí
127.0.0.0 comoquieras

o incluso
127.0.0.0 algo.comoquieras (a modo de subdominios).

con eso, Los servidores virtuales los puedes llamar por ese nombre q definas en host .. ejemplo

<VirtualHost comoquieras>
ó
<VirtualHost algo.comoquieras>


Aquí hablan un poco del tema:
http://www.techweb.com/winmag/librar...1/howto108.htm

Un saludo,