You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jason Lieurance <ja...@vipersystems.biz> on 2003/06/26 19:46:47 UTC

[users@httpd] SSL log question

Hello,

I'm using cronolog to do my apache 1.3.27 log rotations of the log files
as follows:

ErrorLog "|/usr/local/sbin/cronolog /var/log/http/%Y-%m-%d-error_log"

CustomLog "|/usr/local/sbin/cronolog /var/log/http/%Y-%m-%d-access_log"
combined

I was wondering if I can use this to do the log rotation of the SSL
files in the same way? I'm thinking I can but just wanted to check with
you guys.

Thanks,

-- 
Jason




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] SSL log question

Posted by Florian Yanez <fd...@helzberg.com>.
-----Original Message-----
From: Jason Lieurance [mailto:jason@vipersystems.biz]
Sent: Thursday, June 26, 2003 12:47 PM
To: users@httpd.apache.org
Subject: [users@httpd] SSL log question


Hello,

I'm using cronolog to do my apache 1.3.27 log rotations of the log files
as follows:

ErrorLog "|/usr/local/sbin/cronolog /var/log/http/%Y-%m-%d-error_log"

CustomLog "|/usr/local/sbin/cronolog /var/log/http/%Y-%m-%d-access_log"
combined

I was wondering if I can use this to do the log rotation of the SSL
files in the same way? I'm thinking I can but just wanted to check with
you guys.

Thanks,

--
Jason

Yes, I am currently doing this as follows:

    CustomLog "|/usr/local/sbin/cronolog
/path/to/apache/logs/ssl_request_%Y%m%d.log" \
              "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

Florian Yanez
Manager of Technical Systems
Helzberg Diamond Shops, Inc.
fdyanez@helzberg.com
816-627-1253


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org