4.4 Kiriwrite under mod_perl 2.x

Kiriwrite under mod_perl 2.x can be made a little bit faster by pre-loading modules when the Apache Web Server starts up. After installing Kiriwrite and making sure that it runs properly, insert the following line into your httpd.conf file/VirtualHost section:

PerlModule CGI::Lite DBI DBD::SQLite Tie::IxHash Encode Hash::Search

Then restart the web server. This will preload the modules that are in Perl's module directory which are used throughout Kiriwrite.