I've setup Zeus on a FreeBSD server and am trying to get the Perl Extension Authentication module running.

Article followed (to the letter):
http://support.zeus.com/doc/examples...thcontent.html

Problem:
I've noticed (via a logging function I made) that the "sub authen ($$)" function is never called, but the "sub content ($$)" function is.

Handlers registered:
"Authentication: AuthContent->authen"
"Content Generation: AuthContent->content"

Any Ideas ?