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
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