I seem to be unable to follow instructions.  I'm trying to make use
of the 'Secure' mode as offered by Apache::AuthCookie and
Apache::AuthTicket.

I have a authtype 'FormScript'.  I have the expected snarl of protect
and unprotected files, and a login.pl that successfully intercepts
my efforts to read the unprotected documents.

But, now I'm trying to force login.pl to only be served over SSL.

In my httpd.conf file I've tried (separately):

  PerlSetVar FormScriptSecure 1


  <Location /formscript/login.pl>
    PerlSetVar FormScriptSecure 1
  </Location>


  <Location /formscript/login>
    PerlSetVar FormScriptSecure 1
    AuthType Apache::AuthTicket
    ...
  </Location>

But, in each case, my login program is server in the clear.  What am I
missing?  Is this working for other people?  This server installed from the
latest sources, circa last week...

-- 
Brian 'you Bastard' Reichert            <[EMAIL PROTECTED]>
37 Crystal Ave. #303                    Daytime number: (603) 434-6842
Derry NH 03038-1713 USA                 Intel architecture: the left-hand path

Reply via email to