http://qs321.pair.com?node_id=1231447


in reply to mod_perl sharing modules with other accounts when I don't want it to

From mod_perl documentation, it appears that you may be missing additional parameters:

<VirtualHost ...> PerlOptions +Clone PerlInterpStart 2 PerlInterpMax 2 </VirtualHost>

Default is always to share the perl interpreter.