Re: mod_replace and mod_random

Pierre Pilou <[email protected]> Sat, 1 Nov 2025 16:18:23 +0100
Newsgroups gmane.comp.apache.devel
Message-ID <CAOgWCMFjp3EgzFAdLP4=xkuBLO_-Gi5rCFqwzzi4DUWTGX+F+g@mail.gmail.com>
 Hi,
I wrote two modules that could be useful:
- https://github.com/PilouGit/mod_random  that generates cryptographically
secure random base64-encoded strings and sets them as environment variables
for use by other modules and applications.
- https://github.com/PilouGit/mod_replace  for real-time text replacement
in web content using the Aho-Corasick string matching algorithm.

Would be interesting to merge then in the module of httpd ?

Kind regards