Re: [exim] exim4 is blocking port 80

Top Page
Delete this message
Reply to this message
Author: Tobias Marx
Date:  
To: exim-users
Subject: Re: [exim] exim4 is blocking port 80
I currently now have the effect again:

The webserver is so slow I have just stopped Apache.

I can not start Apache again as port 80 is still blocked despite a
killall -9 apache2

 /etc/init.d/apache2 start
Starting web server: apache2(98)Address already in use: make_sock: could not bin                                          d to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
 failed!


624:~# netstat -nlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State                                                 PID/Program name
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN     3                                          227/mysqld
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN     1                                          3325/exim4
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     1                                          560/sshd
udp        0      0 0.0.0.0:68              0.0.0.0:*                          1                                          292/dhclient3
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node PID/Program name    Pat                                          h
unix  2      [ ACC ]     STREAM     LISTENING     7534389  3227/mysqld         /                                          var/run/mysqld/mysqld.sock



So what is the solution?

Thanks!

Tobias