From: Andrew McNab Date: Sat, 27 May 2006 16:08:31 +0000 (+0000) Subject: Add SSL_CLIENT_S_DN to log files X-Git-Tag: connpool_branch_start~37 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=51c0f862edc51eb554263b92560006c11ca8de46;p=jra1mw.git Add SSL_CLIENT_S_DN to log files --- diff --git a/org.gridsite.core/doc/httpd-fileserver.conf b/org.gridsite.core/doc/httpd-fileserver.conf index 301a8ee..fbc170c 100644 --- a/org.gridsite.core/doc/httpd-fileserver.conf +++ b/org.gridsite.core/doc/httpd-fileserver.conf @@ -102,7 +102,7 @@ DocumentRoot "/var/www/htdocs" LogLevel debug -LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined +LogFormat "%h \"%{SSL_CLIENT_S_DN}x\" %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined CustomLog logs/httpd-gridsite-access combined ErrorLog logs/httpd-gridsite-errors diff --git a/org.gridsite.core/doc/httpd-webserver.conf b/org.gridsite.core/doc/httpd-webserver.conf index dfb3edb..710bb12 100644 --- a/org.gridsite.core/doc/httpd-webserver.conf +++ b/org.gridsite.core/doc/httpd-webserver.conf @@ -109,7 +109,7 @@ DocumentRoot "/var/www/htdocs" LogLevel debug -LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined +LogFormat "%h \"%{SSL_CLIENT_S_DN}x\" %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined CustomLog logs/httpd-gridsite-access combined ErrorLog logs/httpd-gridsite-errors