Files
Linux-Server-Management-Too…/lib
Developer 3844fddda8 CRITICAL FIX: Access log selection - prefer HTTPS (-ssl_log) over HTTP
Most modern traffic is HTTPS. The script was only reading HTTP logs,
causing completely wrong traffic percentages. Now prioritizes:
1. domain-ssl_log (HTTPS) - where 95%+ of real traffic is
2. domain (HTTP) - fallback for older sites

This fixes backwards traffic analysis where low-traffic HTTPS sites
appeared as high-traffic and vice versa.
2026-04-20 19:32:14 -04:00
..