Help for this page

Select Code to Download


  1. or download this
    [Thu Mar  4 16:55:00 2004] [error] auth_type TestCookie::AuthCookieHan
    +dler
    [Thu Mar  4 16:55:00 2004] [error] auth_name TestCookie
    [Thu Mar  4 16:55:00 2004] [error] ses_key_cookie
    [Thu Mar  4 16:55:00 2004] [error] uri /protected/
    Can't locate object method "request" via package "Apache" at /home/htt
    +pd/htdocs/login.cgi line 5.
    
  2. or download this
    
    <Perl>
    ...
     SetHandler perl-script
     PerlHandler Apache::Status
    </Location>
    
  3. or download this
    package TestCookie::AuthCookieHandler;
    use strict;
    ...
                                                                          
    +                                                                     
    +   
    $VERSION = substr(q$Revision: 1.2 $, 10);
    @ISA = qw(Apache::AuthCookie);
    
  4. or download this
    Server Version: Apache/1.3.27 (Unix) Resin/2.1.11 PHP/4.3.1 mod_perl/1
    +.27