c90f7155ce
cPanel standard access log location is /var/log/apache2/domlogs/ The old code was checking /etc/apache2/logs/domlogs first (wrong priority) Changes: - Check /var/log/apache2/domlogs FIRST (primary cPanel location) - Then check /home/USER/access-logs (symlink, if user found) - Then check /etc/apache2/logs/domlogs (alternative) - Also improved Plesk (/var/www/vhosts/*/logs/) and InterWorx paths This ensures peak concurrent values are calculated correctly when logs exist. If logs don't exist for a domain, function now returns empty string (can be handled with fallback).