basic (I hope) mod_perl and CGI question

basic (I hope) mod_perl and CGI question

am 05.07.2005 22:05:21 von Stan McFarland

Hi,

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

Re: basic (I hope) mod_perl and CGI question

am 04.09.2005 18:36:11 von Terrence Brannon

stanmcfarland@comcast.net writes:

> Hi,

Hi Stan,


> Any suggestions?

join the mod_perl mailing list. I think they will help you.

> >
> Thanks,

Good luck.

> >
> -stan
>

--
Carter's Compass: I know I'm on the right track when,
by deleting something, I'm adding functionality.