Error al acceder a la web
Publicado por KirVela (2 intervenciones) el 11/11/2015 17:23:41
Tengo uan maquina que utilizo como un servidor de desarrollo, que no es en mi local.
Es una maquina de Linux (Kernel) que tiene instalado Apache
Ejecuto para ver la version httpd -v
Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
Server built: Aug 10 2015 07:39:34
netstat -tulpn | grep ':80'
Miro a ver el estado del servicio y veo que esta activo
Ejecuto sudo service httpd status
Redirecting to /bin/systemctl status httpd.service
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: active (running) since Fri 2015-10-30 12:31:09 CET; 1 weeks 5 days ago
Process: 11520 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
Main PID: 27299 (httpd)
Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec"
CGroup: /system.slice/httpd.service
├─11523 /usr/sbin/httpd -DFOREGROUND
├─11524 /usr/sbin/httpd -DFOREGROUND
├─11525 /usr/sbin/httpd -DFOREGROUND
├─11526 /usr/sbin/httpd -DFOREGROUND
├─11527 /usr/sbin/httpd -DFOREGROUND
└─27299 /usr/sbin/httpd -DFOREGROUND
Oct 30 12:31:09 FRPARCARRELAMP2 systemd[1]: Started The Apache HTTP Server.
Nov 01 03:15:01 FRPARCARRELAMP2 systemd[1]: Reloading The Apache HTTP Server.
Nov 01 03:15:01 FRPARCARRELAMP2 systemd[1]: Reloaded The Apache HTTP Server.
Nov 09 03:14:01 FRPARCARRELAMP2 systemd[1]: Reloading The Apache HTTP Server.
Nov 09 03:14:01 FRPARCARRELAMP2 systemd[1]: Reloaded The Apache HTTP Server.
Nov 11 13:55:39 FRPARCARRELAMP2 systemd[1]: Started The Apache HTTP Server.
Nov 11 14:02:36 FRPARCARRELAMP2 systemd[1]: Reloading The Apache HTTP Server.
Nov 11 14:02:36 FRPARCARRELAMP2 systemd[1]: Reloaded The Apache HTTP Server.
Pero intento acceder a http://10.24.203.93 y me da error
This webpage is not available
Que puedo tener mal configurado????
Es una maquina de Linux (Kernel) que tiene instalado Apache
Ejecuto para ver la version httpd -v
Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
Server built: Aug 10 2015 07:39:34
netstat -tulpn | grep ':80'
Miro a ver el estado del servicio y veo que esta activo
Ejecuto sudo service httpd status
Redirecting to /bin/systemctl status httpd.service
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: active (running) since Fri 2015-10-30 12:31:09 CET; 1 weeks 5 days ago
Process: 11520 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
Main PID: 27299 (httpd)
Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec"
CGroup: /system.slice/httpd.service
├─11523 /usr/sbin/httpd -DFOREGROUND
├─11524 /usr/sbin/httpd -DFOREGROUND
├─11525 /usr/sbin/httpd -DFOREGROUND
├─11526 /usr/sbin/httpd -DFOREGROUND
├─11527 /usr/sbin/httpd -DFOREGROUND
└─27299 /usr/sbin/httpd -DFOREGROUND
Oct 30 12:31:09 FRPARCARRELAMP2 systemd[1]: Started The Apache HTTP Server.
Nov 01 03:15:01 FRPARCARRELAMP2 systemd[1]: Reloading The Apache HTTP Server.
Nov 01 03:15:01 FRPARCARRELAMP2 systemd[1]: Reloaded The Apache HTTP Server.
Nov 09 03:14:01 FRPARCARRELAMP2 systemd[1]: Reloading The Apache HTTP Server.
Nov 09 03:14:01 FRPARCARRELAMP2 systemd[1]: Reloaded The Apache HTTP Server.
Nov 11 13:55:39 FRPARCARRELAMP2 systemd[1]: Started The Apache HTTP Server.
Nov 11 14:02:36 FRPARCARRELAMP2 systemd[1]: Reloading The Apache HTTP Server.
Nov 11 14:02:36 FRPARCARRELAMP2 systemd[1]: Reloaded The Apache HTTP Server.
Pero intento acceder a http://10.24.203.93 y me da error
This webpage is not available
Que puedo tener mal configurado????
Valora esta pregunta


0