Apache Modules: Mod_Perl, Mod_proxy, Mod_Rewrite and Mod_SSL
Apache comes with many modules that provide considerable flexibility. DataBreeze utilizes four modules that combine to provide scalability and speed.
Note that many other Apache modules are supplied and compiled in by default. More Apache modules can be found at the Apache Module listing. There are also Perl-Apache modules found at CPAN.org.
- Mod_Perl
Loads the Perl interpreter directly into the Web Server and allows pre-compilation of Perl code. The result is blazing speed that approaches the level of compiled 'C' code
Use the Mod_Perl Guide for a complete description of this technology.