Depending on how you use PHP - if it's the Apache module a simple:
Quote:
<VirtualHost ....>
php_flag engine Off
php_admin_value engine Off
...
</VirtualHost>
|
Should do it. If you run it as CGI / FastCGI just remove the Handler for the specific sub-domains or directories.
Little bit

first allowing this handler to be executed - if it's CGI - just to run PHP in order the PHP interpreter gets it isn't allowed to do anything - so better remove it completely that there're no CGI / FastCGI calls made anyways.