|
I'm working on getting the other answers to you,
here's what I've gathered so far:
on success the Perl FCGI responds like so:
print(STDOUT "Set-Cookie: $c\n");
print(STDOUT "Status: 200 Authorised\n");
print(STDOUT "Variable-AUTH_USER_NAME: $user\n");
print(STDOUT "\n\n");
context URI: exp:safe
last I tried "/" wasn't working but I'll try again.
A hint on how to make the core file for you would be great.
|