On Sun, 2005-12-18 at 14:30 -0500, [EMAIL PROTECTED] wrote: > Is there a way to configure mod_perl to act more like mod_php in that > each request gets a "fresh" interpreter to work in?
Just set MaxRquestsPerChild to 1. However, most shared hosts actually run PHP as CGI. It really isn't worth putting much effort into supporting virtual host ISPs now that you can have your own virtual server with root for practically nothing. - Perrin