These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Virtualmin info page on the new forum.
Hello,
I have a CentOS 5.7 server with webmin-1.560-1 and virtualmin 3.84.gpl-1. In "System Information -> Virtualmin Information" it shows me: Virtual servers 71 DNS domains 69 Virtual websites 69 SSL websites 0 Mail domains 69 Databases 72 Mail/FTP users 56 Mail aliases 228
As you can see, the number of virtual servers, virtual websites and dns domains differ. What can be the cause of this behavior? How can I verify if this counting is correct? Is there any way to verify how virtualmin calculate these values?
If I count "manually":
cat /etc/httpd/conf/httpd.conf | grep -v ^# | grep ServerName | grep -v ":80" | wc -l71
cat /var/named/chroot/etc/named.conf | grep zone | grep -v "\".\"" | wc -l72
...as far I can see I have "virtual websites=71" and "DNS domains=72", which is odd too.
Thank you for your time, Catalin.