0.0.0.0 in logs since 1.62.8

Zerg

Verified User
Joined
Feb 10, 2017
Messages
13
Since update to 1.62.8 the following began to appear in DA logs:
Code:
0.0.0.0 GET /CMD_API_DOMAIN HTTP/1.1    admin (login key: rootauth)
And the following in DA error logs:
Code:
Error reading from 0.0.0.0: Cannot find first space after where GET or POST should be<br>
Something tries to use login key generated from CLI, but why is there 0.0.0.0?
 
Hi Zerg, thanks for reporting the issue.

Yes this 0.0.0.0 in the logs is actually a side effect of changed directadmin --DocumentRoot CLI call implementation. Zeros are reported because all the communications happens over internal UNIX socket and IP addresses are not used at all. The default value for unknown address is 0.0.0.0.

Considering communications are happening on the local machine using 127.0.0.1 would look nicer. We will release an update to fake localhost address over UNIX socket communications. Thanks for bringing this to our attention.
 
Back
Top