Aunque había un proceso usando el puerto 80
Con cualquier puerto que intento me dice el mismo error
Ya mate el proceso del puerto 80
Paso la pantalla yo agradecido si alguien me explica el error
[root@localhost ~]# netstat -anp|egrep 80
unix 3 [ ] STREAM CONNECTED 13480 6594/hald-runner
[root@localhost ~]# 6594/hald-runner[root@localhost ~]# netstat -anp|egrep 80
-bash: 6594/hald-runner[root@localhost: No such file or directory
[root@localhost ~]# unix 3 [ ] STREAM CONNECTED 13480 6594/hald-runner
-bash: unix: command not found
[root@localhost ~]# unix 3 [ ] STREAM CONNECTED
-bash: unix: command not found
[root@localhost ~]# kill 13480
-bash: kill: (13480) - No such process
[root@localhost ~]# kill 6594
[root@localhost ~]# httpd
(98)Address already in use: make_sock: could not bind to address [::]:8080
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
Unable to open logs
[root@localhost ~]# netstat -anp|egrep 80
[root@localhost ~]#
Gracias desde ya
Aschauer Maximiliano