I would like to see a report that shows HTTP hits, vs HTTPS hits.. (or similar stats) It would be nice to know how many users are utilizing HTTPS.. Any tips or easy ways to do this?
If you use a Professional or Enterprise version and your log files contains the port number, you can create the port report in Options > Report > Tables. You need to create a new table and choose "Port" as main data.
Port 80 corresponds to HTTP and port 443 corresponds to HTTPS.
Where should i add the "port" in the log chain? Also do i need to add a variable in WLE that is looking for the port? Can you give me an example please.
First of all you need to add the port field to your log files (if it doesn't exist yet). After it you need to modify the custom Apache format string in the profile properties by adding the %p field identifier. For example:
Port 80 corresponds to HTTP and port 443 corresponds to HTTPS.