Actualy, to disable mod_lsapi for single domain you may try adding handler for suphp with .htaccess file, like:
Code:
<FilesMatch "\.(php4|php5|php3|php2|php|phtml)$"> SetHandler application/x-httpd-php </FilesMatch>
Comment