iudemar
(usa Slackware)
Enviado em 26/09/2011 - 07:22h
Primeiro gostaria de agradecer sua ajuda, e pedir desculpas por não ter respondido antes, tive alguns problemas de saúde esse fds e não tive condiçoes de dar continuidade nessa tarefa.
Realizei o ifconfig e vejo sim a loopback, consigo realizar ping sem problema
ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_req=1 ttl=64 time=0.033 ms
em relação ao listen 80, eu não tinha no meu .conf do apache, ao incluir e reiniciar o serviço, apresentou erro:
/etc/init.d/apache2 start
* Starting web server apache2 [Mon Sep 26 07:14:34 2011] [warn] VirtualHost 192.168.0.24:80 overlaps with VirtualHost neus.manager:80, the first has precedence, perhaps you need a NameVirtualHost directive
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
[fail]
Eu removi o Listen que havia colocado e reiniciei novamente, rodando então o comando :
lsof -i TCP:80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
apache2 486 root 3u IPv4 43300 0t0 TCP *:www (LISTEN)
apache2 490 www-data 3u IPv4 43300 0t0 TCP *:www (LISTEN)
apache2 491 www-data 3u IPv4 43300 0t0 TCP *:www (LISTEN)
Apareceu isso, o apache já roda na porta 80 correto? O listen no apache2.conf não tinha influência acredito eu, se estiver errado me corrija por favor, agradeço sua ajuda mais uma vez.