hello there,
does some days I can't get ride of a strange apache behaviour within my error_log I see a lot of:
[Tue Nov 27 08:12:35 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:36 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:37 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:38 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:39 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:40 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:41 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:42 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
This is when I setup a line like
Listen 80
But if I setup
Listen <my VPS ip>:80
I see the same lines as above with just 0.0.0.0 replaced by <my VPS ip>
Anyone found how to get ride of this because it happens very often & it uses CPU and log space for nothing, I'd aprreciate to remove this behaviour but can't find a lot of help on the web on this apache issue. Thanks !
Running last apache 2.2.6
Edit: I think I have found what is the problem , Im firewalling port 80 because my website is closed yet and I have also disallowed localhost connection within the rules, will try by allowing at least localhost.
does some days I can't get ride of a strange apache behaviour within my error_log I see a lot of:
[Tue Nov 27 08:12:35 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:36 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:37 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:38 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:39 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:40 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:41 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
[Tue Nov 27 08:12:42 2007] [warn] (111)Connection refused: connect to listener on 0.0.0.0:80
This is when I setup a line like
Listen 80
But if I setup
Listen <my VPS ip>:80
I see the same lines as above with just 0.0.0.0 replaced by <my VPS ip>
Anyone found how to get ride of this because it happens very often & it uses CPU and log space for nothing, I'd aprreciate to remove this behaviour but can't find a lot of help on the web on this apache issue. Thanks !
Running last apache 2.2.6
Edit: I think I have found what is the problem , Im firewalling port 80 because my website is closed yet and I have also disallowed localhost connection within the rules, will try by allowing at least localhost.