1e9d64f0b5
URL.
8 lines
321 B
Plaintext
8 lines
321 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.
|
|
|
|
WWW: http://germ.semiotek.com/ticket/
|