Can't locate authenticate.pm in @INC (@INC contains: /home/httpd/proimageteam.com/libs .... )
Can't locate object method "authenticate" via package "RemoteAuthentication" (perhaps you forgot to load "RemoteAuthentication"?).
####
locate RemoteAuthentication.pm
/home/httpd/proimageteam.com/libs/RemoteAuthentication.pm
####
Alias /apps /home/httpd/proimageteam.com/modperl_apps
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
allow from all
PerlSendHeader On
## These documents require user to be logged in.
AuthType RemoteAuthentication
AuthName ProImage
PerlAuthenHandler RemoteAuthentication->authenticate
PerlAuthzHandler RemoteAuthentication->authorize
require valid-user
##this is the action of the login.pl script above.
AuthType RemoteAuthentication
AuthName ProImage
SetHandler perl-script
PerlHandler RemoteAuthentication->login