Webalizer not able to show IP locations

logixwebsol

New member
Joined
May 19, 2026
Messages
3
Hello Everyone

I have install the directpanel and Webalizer not showing the IP address and locations.
Please help me to solve it.

1779193728539.png


Thanks
 
Is that still up to date? If yes, then it's incomplete, it states:
Also you need to set the proper permissions/ownerships for that file:

chown root:root /var/lib/webalizer
chmod 1777 /var/lib/webalizer

But this directory does not even exists so needs to be created first in that case.
 
enable reverse IP lookups in webalizer.conf

As this documentations says none of the things match. It old or useless documentation.


Is that still up to date? If yes, then it's incomplete, it states:


But this directory does not even exists so needs to be created first in that case.
This also not worked.


None of the thing or solution matches.
Please suggest any other solution.

1779281043908.png



1779281079422.png
 
None of the thing or solution matches.
As I said, you have to create the directory /var/lib/webalizer as it does not exist.
You clearly did not do that first, hence the error notice you display in the last screenshot.

So first create the /var/lib/webalizer directory and after that use the chmod command.
 
Back
Top