mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
5 lines
282 B
Text
5 lines
282 B
Text
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.
|