Julien TOUCHE wrote:
i know about mod_perl and i was considering it to replace perl in chroot. but as far as i know, it does not replace perl modules ... or i miss it ?
You can load the modules on apache startup. They don't have to exist in chroot.
http://www.apacheref.com/ref/mod_perl/PerlRequire.html Marc