Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache 2.0 SSL Logs

Status
Not open for further replies.

rabjac

Programmer
Sep 5, 2001
35
0
0
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.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top