Re: PerlAccessHandler for POST access

pengyh <[email protected]> Thu, 4 Aug 2022 17:09:34 +0800
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>


> LoadModule apreq_module modules/mod_apreq2.so
> 
> in your httpd.conf?

yes. as you see:
lrwxrwxrwx 1 root root 27 Aug  4 14:00 perl.load -> 
../mods-available/perl.load
lrwxrwxrwx 1 root root 29 Aug  4 14:01 apreq2.load -> 
../mods-available/apreq2.load


> 
> Have you tried it with mpm_prefork?

the development environment is mpm_prefork.

> 
> What version of Apache and mod_perl are you using exactly?

Apache/2.4.41 (Ubuntu) mod_apreq2-20101207/2.8.0 mod_perl/2.0.11 
Perl/v5.30.0 configured


ubuntu 20.04 x64 OS.

Thanks