use lib qw# /home/httpd/htdocs/libs #;
PerlModule Apache::AuthCookie
PerlModule TestCookie::AuthCookieHandler
PerlSetVar TestCookiePath /
PerlSetVar TestCookieLoginScript /login.cgi
PerlSetVar AuthCookieDebug 3
# These documents require user to be logged in.
AuthType TestCookie::AuthCookieHandler
AuthName TestCookie
PerlAuthenHandler TestCookie::AuthCookieHandler->authenticate
PerlAuthzHandler TestCookie::AuthCookieHandler->authorize
Require user programmer
#this is the action of the login.pl script above.
AuthType TestCookie::AuthCookieHandler
AuthName TestCookie
SetHandler perl-script
PerlHandler TestCookie::AuthCookieHandler->login
SetHandler perl-script
PerlHandler Apache::Status