Skip Menu |

This queue is for tickets about the Apache2-AuthCAS CPAN distribution.

Report information
The Basics
Id: 33631
Status: resolved
Priority: 0/
Queue: Apache2-AuthCAS

People
Owner: jhitt [...] illumasys.com
Requestors: jason [...] long.name
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.2
Fixed in: (no value)



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
I just uploaded version 0.4 which should correct this problem. I removed the handler specifiers on the "use mod_perl2" line, which shouldn't be needed in mod_perl2.