On Fri, Apr 29, 2005 at 01:56:20PM -0400, Geoffrey Young wrote: > > > [error] [client 127.0.0.1] failed to resolve handler `Jadevine::Hello': > > Apache::Request: httpd must load mod_apreq.so first > > try adding > > LoadModule apreq_module modules/mod_apreq.so > > in your httpd.conf.
Ah, brilliant, thanks a lot, I was wondering if I was missing something obvious. I guess I was just expecting the module to work the way it did in mod_perl1. For the record, in Debian a file is provided to make the Apache2 config very simple: /etc/apache2/mods-available/apreq.load, I just needed to symlink this into /etc/apache2/mods-enabled/, restart Apache2 and it all works. Stephen