Forum Moderators: phranque

Message Too Old, No Replies

Attempt to connect to 127.0.0.1:2079 (127.0.0.1:2079) failed

         

AlanCC

4:26 am on Jul 15, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



Hi,

In my Apache error log, I see many such lines:


[Fri Jul 14 18:50:36.737892 2023] [proxy:error] [pid #####:tid #######] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:2077 (127.0.0.1:2077) failed
[Fri Jul 14 19:00:11.333665 2023] [proxy:error] [pid #####:tid #######] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:2079 (127.0.0.1:2079) failed


I check the port at [support.cpanel.net...] and it seems they are for WebDav and CalDav. Don't know their usages.

So, what is the problem and how to solve it?

phranque

5:13 am on Jul 15, 2023 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



try "netstat -aon" to see what what services/processes are listening to various ports.

AlanCC

8:58 am on Jul 15, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



Hi, @phranque +

Thank you. I try to use netstat -aon and then search in the result, but it seems not service listen on 2077 and 2079. I use grep ":2077" xxx and found nothing.