Apache 2.4: scope of PerlAddAuthzProvider
Jie Gao <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Hi
When I put the following line within a "Location" section:
PerlAddAuthzProvider user My::MyAuth::AuthCookie->authen
I get an error:
"AH00526: Syntax error on line 545 of /usr/local/httpd-2.4.12/conf/httpd.conf: PerlAddAuthzProvider not allowed here"
. But if I put it outside the container, it'll apply globally to everything and that is not what I want.
Can somebody clarify this?
Regards,
Jie