Ver Mensaje Individual
  #10 (permalink)  
Antiguo 17/06/2011, 15:01
Avatar de eliza_ralves
eliza_ralves
 
Fecha de Ingreso: junio-2009
Ubicación: Caracas
Mensajes: 126
Antigüedad: 15 años
Puntos: 2
Respuesta: problema con host

Estoy utilizando win xp, si, mi ip es tal cual.

ahora no se si es por esto en httpd.cong

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 0.0.0.0:80
#Listen [::]:80
Listen 80

-------

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:80

--------

<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>


------------

ya he cambiado localhost por mi ip, y en #Listen 0.0.0.0:80 por mi ip tambien y nada =(