Bummer! I just realized that stats for an SSL-only site were practically bare because cpanel doesn't log it to the domlogs log for the domain... so the stats programs don't process it. And the ssl logs seemed to be ssl specific data (domain.com-ssl_log is very odd looking), and not requests in the apache log format.

So in httpd.conf, I've changed the SSL log location to the regular domains domlogs location... I'll see if that works so that I can get stats for ssl as well.


Update: well it seems to work... I see the expected entries in the domain apache logs so I'm assuming that the stats programs will process them with the rest of the domain traffic (which isn't much). I wish I had noticed that earlier. I might modify all my ssl domains so that ssl usage is also tracked.

Anyone know why cpanel doesn't log ssl usage by default?