Re: internal dummy connection (some thoughts on IPv6 support)

2017-06-05 Thread Randolf Richardson
In addition to the responses from others, I just wanted to point out that the string "::1" is an IPv6 equivilant to "127.0.0.1" in IPv4, both of which are normally associated with the "localhost" hostname. IPv6 has been in production for many years now, and due to the shortage o

Re: internal dummy connection

2017-06-05 Thread Peng Yonghua
from the url: When the Apache HTTP Server manages its child processes, it needs a way to wake up processes that are listening for new connections. To do this, it sends a simple HTTP request back to itself. So, why apache want to wake up child processes periodically? It can do this based on e

Re: internal dummy connection

2017-06-05 Thread Holger Kipp
You might simply want to google it (e.g. "mod_perl internal dummy connection") https://knackforge.com/blog/sivaji/mitigating-apache-internal-dummy-connection-issue Best regards, Holger On 5. Jun 2017, at 08:31, Peng Yonghua mailto:p...@vodafonemail.de>> wrote: I saw many items like these in lo