Foros del Web » Administración de Sistemas » LAMP »

Error nadie puede visualizar mi Web solo yo .

Estas en el tema de Error nadie puede visualizar mi Web solo yo . en el foro de LAMP en Foros del Web. Saludos, soy nuevo en el Foro y mi problema es el siguiente Estoy haciendo un Servidor casero con Wamp 2.0 , yo puedo visualizar la ...
  #1 (permalink)  
Antiguo 07/07/2009, 17:17
 
Fecha de Ingreso: junio-2009
Ubicación: House
Mensajes: 38
Antigüedad: 14 años, 10 meses
Puntos: 1
Error nadie puede visualizar mi Web solo yo .

Saludos, soy nuevo en el Foro y mi problema es el siguiente

Estoy haciendo un Servidor casero con Wamp 2.0 , yo puedo visualizar la web normalmente como si nada, pero cuando le paso la direccion, a otras personas le dice y que la conexion se ha reiniciado, que ha tardado mucho en responder Etc Etc.


Quisiera saber por que ocurre esto, desactive mi firewall, mi antivirus tambien, en Configuraciones de red active y desactive el WebServer y el Servidor Web. Tengo un Modem SpeedStream 5667 ya no se que hacer, que podria hacer. Le agradeceria mucho su ayuda.
  #2 (permalink)  
Antiguo 07/07/2009, 17:23
 
Fecha de Ingreso: septiembre-2008
Ubicación: Nuñez, Capital Federal
Mensajes: 423
Antigüedad: 15 años, 7 meses
Puntos: 1
Respuesta: Error nadie puede visualizar mi Web solo yo .

Esteo se debe a que Wamp, Xampp (o lampp), Appserv y cualquier otro servicio que encuentres por ahi, sirve solo para un servidor local, es decir, para visualizar los contenidos correctamente en tu computadora.

Si quieres que el resto lo haga tambien, debes tener un servidor remoto (contratar uno, o conseguir uno gratias), un dominio, apuntar las DNS, y luego, ahi, todos podran ver tu sitio. Pero nunca, utilizando localhost, tus amigos podran ver tu sitio.

Muchas gracias, saludos!


Pablo.
  #3 (permalink)  
Antiguo 07/07/2009, 17:41
 
Fecha de Ingreso: junio-2009
Ubicación: House
Mensajes: 38
Antigüedad: 14 años, 10 meses
Puntos: 1
Respuesta: Error nadie puede visualizar mi Web solo yo .

Pablo gracias por tu pronta respuesta.

Antes tenia un Servidor tambien Wamp que era de un juego, donde la gente entraba y se creaba sus cuentas para entrar a al servidor del juego , lo habia redireccionado mi Ip con NO-IP y funcionaba normalmente y usaba mi Servidor Casero normalmente donde la gente entraba sin ningun problema. Pero no se que sucede ahora que no conecta. Espero tu ayuda y gracias .
  #4 (permalink)  
Antiguo 07/07/2009, 18:14
 
Fecha de Ingreso: abril-2009
Mensajes: 121
Antigüedad: 15 años
Puntos: 0
Respuesta: Error nadie puede visualizar mi Web solo yo .

emmm....

fijate si tu dns de no-ip caducó.

cada ves los vencen mas rápido jajaja
hay que reactivarlos solamente.

y sino fijate con registrar un dominio con tu ip actual.
__________________
Receta para escribir códigos reutilizables:
Ingredientes para 7kg de código final
1kg de código limpio
6kg de comentarios lineales
  #5 (permalink)  
Antiguo 07/07/2009, 18:24
 
Fecha de Ingreso: junio-2009
Ubicación: House
Mensajes: 38
Antigüedad: 14 años, 10 meses
Puntos: 1
Respuesta: Error nadie puede visualizar mi Web solo yo .

MavSettings, si ya registre mi Ip actual con NO-IP, y no ha caducado, puedo entrar yo con el NO-IP que yo cree pero, sucede lo mismo que digo se lo paso a otras personas para que entren pero dicen que no le carga la conexion, es decir yo soy el unico que puede entrar.
  #6 (permalink)  
Antiguo 07/07/2009, 18:38
Avatar de GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
Respuesta: Error nadie puede visualizar mi Web solo yo .

Tema trasladado desde PHP
  #7 (permalink)  
Antiguo 07/07/2009, 21:46
 
Fecha de Ingreso: junio-2009
Ubicación: House
Mensajes: 38
Antigüedad: 14 años, 10 meses
Puntos: 1
Respuesta: Error nadie puede visualizar mi Web solo yo .

Ok, disculpa por no colocarlo en el lugar donde era, pero todavia sigo con el problema
  #8 (permalink)  
Antiguo 08/07/2009, 06:37
Avatar de lobo_php  
Fecha de Ingreso: noviembre-2007
Ubicación: Cali-Colombia
Mensajes: 1.869
Antigüedad: 16 años, 5 meses
Puntos: 75
Respuesta: Error nadie puede visualizar mi Web solo yo .

mira,debes configurar el apache para que otras personas puedan verlo, que esten en red y tambien haber iniciado los servicios
tal vez esto te sirva:

http://www.forosdelweb.com/f145/wamp...-local-714797/
__________________
Cabuntu.org - Difundiendo Software Libre en Cali, Colombia
Usuario Linux # 483175
  #9 (permalink)  
Antiguo 08/07/2009, 11:19
 
Fecha de Ingreso: junio-2009
Ubicación: House
Mensajes: 38
Antigüedad: 14 años, 10 meses
Puntos: 1
Respuesta: Error nadie puede visualizar mi Web solo yo .

Saludos Lobo gracias por la ayuda hice lo que decian cambie en Deny from Allow por Allow from all como lo decian tambien cambie esas lineas en C:\wamp\alias en los 2 .txt que salen pero nada sigue el mismo problema solo yo veo mi Localhost ahi te dejo lparte de lo que me sale en el archivo httpd

Código:
#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See  for detailed information.
# In particular, see 
# <URL:
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
# with ServerRoot set to "C:/Program Files/Apache Software Foundation/Apache2.2" will be interpreted by the
# server as "C:/Program Files/Apache Software Foundation/Apache2.2/logs/foo.log".
#
# NOTE: Where filenames are specified, you must use forward slashes
# instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
# If a drive letter is omitted, the drive on which Apache.exe is located
# will be used by default.  It is recommended that you always supply
# an explicit drive letter in absolute paths to avoid confusion.

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# Do not add a slash at the end of the directory path.  If you point
# ServerRoot at a non-local disk, be sure to point the LockFile directive
# at a local disk.  If you wish to share the same ServerRoot for multiple
# httpd daemons, you will need to change at least LockFile and PidFile.
#
ServerRoot "c:/wamp/bin/apache/apache2.2.11"

#
# 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 12.34.56.78:80
Listen 80

#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#


<IfModule !mpm_netware_module>
<IfModule !mpm_winnt_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.  
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User daemon
Group daemon

</IfModule>
</IfModule>

# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition.  These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#

#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.  This address appears on some server-generated pages, such
# as error documents.  e.g. 
#
ServerAdmin admin@localhost

#
# 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

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "c:/wamp/www/"

#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories). 
#
# First, we configure the "default" to be a very restrictive set of 
# features.  
#
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Allow from all
    Deny from all
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "c:/wamp/www/">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    ##options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride all

    #
    # Controls who can get stuff from this server.
    #

#   onlineoffline tag - don't remove
    Order Allow,Deny
    Allow from all

</Directory>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.php index.php3 index.html index.htm
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>

#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog "c:/wamp/logs/apache_error.log"

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn

<IfModule log_config_module>
    #
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    #
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    <IfModule logio_module>
      # You need to enable mod_logio.c to use %I and %O
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>

    #
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here.  Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    #
    CustomLog "c:/wamp/logs/access.log" common

    #
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #
    #CustomLog "logs/access.log" combined
</IfModule>

<IfModule alias_module>
    #
    # Redirect: Allows you to tell clients about documents that used to 
    # exist in your server's namespace, but do not anymore. The client 
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo ocalhost/bar

    #
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    #
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL.  You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.


</IfModule>

<IfModule cgid_module>
    #
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #
    #Scriptsock logs/cgisock
</IfModule>

#
# "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>


"
Espero su ayuda y gracias.
  #10 (permalink)  
Antiguo 08/07/2009, 12:21
Avatar de lobo_php  
Fecha de Ingreso: noviembre-2007
Ubicación: Cali-Colombia
Mensajes: 1.869
Antigüedad: 16 años, 5 meses
Puntos: 75
Respuesta: Error nadie puede visualizar mi Web solo yo .

primero:

Código:
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Allow from all
    Deny from all
</Directory>
o es Allow from all o Deny from all pero no ambos.

y aqui:

Código:
<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>
ahi es donde debes poner en ves de Deny from all ponerle: Allow from all


PD: Deny from Allow no esta en el apache, fue el otro compañero que se equivoco. y puso eso en ves de Allow from all.
PD2: recuerda que debes poner asi: http://xx.xx.xx.xx/tuproyecto/index.php en el navegador de tu amigo para poderlo ver. donde xx.xx.xx.xx es tu direccion IP

saludos.
__________________
Cabuntu.org - Difundiendo Software Libre en Cali, Colombia
Usuario Linux # 483175

Última edición por lobo_php; 08/07/2009 a las 12:23 Razón: falto un consejito ;)
  #11 (permalink)  
Antiguo 08/07/2009, 13:30
 
Fecha de Ingreso: junio-2009
Ubicación: House
Mensajes: 38
Antigüedad: 14 años, 10 meses
Puntos: 1
Respuesta: Error nadie puede visualizar mi Web solo yo .

Muchas gracias por todas sus respuestas, y gracias por la ayuda prestada ya mi problema fue solucionado, tuve que hacer los pasos que me dijeron y ademas tuve que llamar a mi proveedor de internet, por que me dijeron que habia un firewall determinado desde la central, tuve que mandarlo a Desactivar , y todo bien ahora si todos pueden entrar . Muchas gracias por la ayuda.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 20:13.