Subject: | doesn't load on Apache 2.2 |
When I added these lines to my config:
PerlLoadModule Apache2::AuthCAS::Configuration
PerlLoadModule Apache2::AuthCAS
I get these errors:
Syntax error on line 2 of /etc/httpd/vhosts.d/carina.conf:
"StackedHandlers" is not exported by the mod_perl2 module\n
"MethodHandlers" is
not exported by the mod_perl2 module\n
"Authen" is not exported by the mod_perl module\n
"Authz" is not exported by the mod_perl2 module\n
Can't continue after import errors at
/usr/lib/perl5/site_perl/5.8.8/Apache2/AuthCAS.pm line 22\n
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.8/Apache2/AuthCAS
pm line 22.\n
Compilation failed in require at (eval 412) line 3.\n
I have
httpd-2.2.6
mod_perl-2.0.3
Does something need updated for the new Apache 2.2 auth system?
Jason