basic (I hope) mod_perl and CGI question
am 05.07.2005 22:05:21 von Stan McFarlandHi,
I'm trying to use custom authentication and authorization scripts with
the PerlAuthenHandler and PerlAuthzHandler directives. These work like
a champ for PHP and HTML pages; however, when I try using them for a
CGI script thay appear to be ignored. I've added the following to my
httpd.conf file:
SetHandler perl-script
Options ExecCGI
PerlModule Apache::Registry
PerlSendHeader On
PerlAuthenHandler name-of-module
PerlAuthzHandler name-of-module
But it still seems like the authentication and authorization step
simply gets skipped - no output in Apache error log from my modules.
Any suggestions?
Thanks,
-stan