Thread: fcgi auth
View Single Post
  #11  
Old 04-20-2005, 05:11 PM
ginoitalo ginoitalo is offline
New Member
 
Join Date: Apr 2005
Posts: 6
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.
Reply With Quote