Re: Is mod_perl the module being used in Apache HTTP web server?

2022-01-01 Thread Piper H
Nope. webmin etc is written in perl as a web development language. modperl is the built-in module in apache httpd server which can control every stage of a HTTP request. such as mod_auth, mod_rewrite etc, they can all rewritten by modperl. On Sun, Jan 2, 2022 at 12:18 PM Turritopsis Dohrnii Teo E

Re: [RELEASE CANDIDATE] mod_perl-2.0.12 RC2

2021-12-23 Thread Piper H
I would say hello to modperl too. I once used modperl for an auth handler which worked nice. That's to say, someone wants to download a static file from Apache, he/she must pass a string for authentication. And this auth can be made easy in modperl's auth stage (IIRC). Thanks & Happy new year. Pi