Oct 23, 2003 #1 rabjac Programmer Sep 5, 2001 35 GB Hi All, Is it possible to log the client browser type and O/S being used during an SSL connection to a web site? If so could someone please tell me the settings to use within the Apache configuration to enable this. TIA, Rab.
Hi All, Is it possible to log the client browser type and O/S being used during an SSL connection to a web site? If so could someone please tell me the settings to use within the Apache configuration to enable this. TIA, Rab.
Oct 23, 2003 #2 blizz Programmer Oct 4, 2002 58 US In httpd.conf are you using? # non-error SSL logfile on a virtual host basis. CustomLog /var/log/httpd/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" Blizz http://www.myhostman.com Upvote 0 Downvote
In httpd.conf are you using? # non-error SSL logfile on a virtual host basis. CustomLog /var/log/httpd/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" Blizz http://www.myhostman.com