--- httpd.conf.orig	2009-07-14 12:13:03.000000000 -0500
+++ httpd.conf	2009-07-14 12:15:31.000000000 -0500
@@ -3,3 +3,10 @@
 LoadModule osrf_json_gateway_module /usr/lib/apache2/modules/osrf_json_gateway.so
 LoadModule osrf_http_translator_module /usr/lib/apache2/modules/osrf_http_translator.so
 LoadModule xmlent_module      /usr/lib/apache2/modules/mod_xmlent.so
+
+# - needed by CGIs
+PerlRequire /etc/apache2/startup.pl
+PerlChildInitHandler OpenILS::WWW::Reporter::child_init
+PerlChildInitHandler OpenILS::WWW::SuperCat::child_init
+PerlChildInitHandler OpenILS::WWW::AddedContent::child_init;
+