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?
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:
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.
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.
%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" - %T %p
Thanks,
Port 80 corresponds to HTTP and port 443 corresponds to HTTPS.