mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6 lines
282 B
Plaintext
6 lines
282 B
Plaintext
Apache module mod_ticket scans a URI for a digitally signed ticket
|
|
and, if the md5 signature is valid, makes it available as $TICKET
|
|
in the environment of sub-processes. The signature is generated
|
|
from a shared secret combined with the ticket value and the IP of
|
|
the remote user.
|