Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
61 | magnus | 1 | .\" -*- nroff -*- |
2 | .Dd 17 August 2008 |
||
3 | .Os "The Prayer Webmail Interface" |
||
4 | .ds volume-operating-system |
||
5 | .Dt PRAYER-SSL-PRUNE 8 |
||
6 | .Sh NAME |
||
7 | .Nm prayer-ssl-prune |
||
8 | .Nd purge stale SSL session data |
||
9 | .Sh SYNOPSIS |
||
10 | .Nm |
||
11 | .Oo Fl -config-file |
||
12 | .Ar file Oc |
||
13 | .Oo Oo Fl -config-option |
||
14 | .Ar name Ns = Ns Ar value Oc |
||
15 | .Ar ... Oc |
||
16 | . |
||
17 | .Sh DESCRIPTION |
||
18 | .Nm |
||
19 | should be run periodically (e.g. once a day) when using SSL session caching |
||
20 | .Cd ( ssl_session_timeout No > 0 in |
||
21 | .Pa prayer.cf ) . |
||
22 | It removes old transaction logs and stale session data. |
||
23 | It accepts the same configuration-overriding options as |
||
24 | .Xr prayer 8 and |
||
25 | .Xr prayer-session 8 . |
||
26 | . |
||
27 | .Sh ENVIRONMENT |
||
28 | . |
||
29 | .Bl -tag -width ".Ev PRAYER_CONFIG_FILE " |
||
30 | .It Ev PRAYER_CONFIG_FILE |
||
31 | Can be set to specify the configuration file to use. |
||
32 | .El |
||
33 | . |
||
34 | .Sh FILES |
||
35 | . |
||
36 | .Bl -tag -compact |
||
37 | .It Pa /etc/prayer/prayer.cf |
||
38 | Default configuration file. |
||
39 | .It Pa /var/run/prayer/ssl_scache/ |
||
40 | Default location of the SSL session cache database. |
||
41 | .El |
||
42 | . |
||
43 | .Sh SEE ALSO |
||
44 | . |
||
45 | .Xr prayer 8 , |
||
46 | .Xr prayer.cf 5 |
||
47 | . |
||
48 | .Sh AUTHORS |
||
49 | . |
||
50 | This manual page was put together by |
||
51 | .An "Magnus Holmgren" <holmgren@debian.org> |
||
52 | using documentation written by |
||
53 | .An "David Carter" <dpc22@cam.ac.uk> . |
||
54 | .\" .Sh BUGS |